Skip to content

Commit f19791a

Browse files
Merge pull request #92 from utilitywarehouse/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 476da89 + bf8ffc7 commit f19791a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Go
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version: 1.23
2424
- name: Test

0 commit comments

Comments
 (0)