Skip to content

Commit 4097774

Browse files
BREAKING: The dependency actions/setup-go has been updated to a new major version (v6), which may include breaking changes. #major
1 parent 020212f commit 4097774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go
20-
uses: actions/setup-go@v5
20+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2121
with:
2222
go-version: '1.21'
2323
- name: Run GoReleaser

0 commit comments

Comments
 (0)