Skip to content

Commit c24dc45

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 c24dc45

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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2121
with:
2222
go-version: '1.21'
2323
- name: Run GoReleaser

0 commit comments

Comments
 (0)