Skip to content

Commit 93575cf

Browse files
authored
Merge pull request #12 from go-faster/dependabot/github_actions/actions/setup-go-6
build(deps): bump actions/setup-go from 5 to 6
2 parents 8d57965 + 11b706b commit 93575cf

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
@@ -33,7 +33,7 @@ jobs:
3333
- uses: docker/setup-buildx-action@v3
3434

3535
- name: Install Go
36-
uses: actions/setup-go@v5
36+
uses: actions/setup-go@v6
3737
with:
3838
go-version: "1.24.x"
3939
cache: false

0 commit comments

Comments
 (0)