Skip to content

Commit 138bcd9

Browse files
Merge pull request #349 from shipwright-io/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents c155d3c + ac0d20d commit 138bcd9

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
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Install Go
30-
uses: actions/setup-go@v5
30+
uses: actions/setup-go@v6
3131
with:
3232
go-version: 1.23.x
3333
cache: true

0 commit comments

Comments
 (0)