Skip to content

Commit 1837513

Browse files
mjuragaGopher Bot
authored andcommitted
BUILD/MINOR: github: upgrade go in github actions
1 parent 0ececba commit 1837513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v6
1212
with:
1313
# we have to fetch all history to be able to generate the release note. c.f. https://goreleaser.com/ci/actions/.
1414
fetch-depth: 0
1515
- name: Set up Go
16-
uses: actions/setup-go@v5
16+
uses: actions/setup-go@v6
1717
with:
18-
go-version-file: 'go.mod'
18+
go-version: '1.25'
1919
check-latest: true
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)