We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ececba commit 1837513Copy full SHA for 1837513
.github/workflows/.goreleaser.yml
@@ -8,14 +8,14 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
12
with:
13
# we have to fetch all history to be able to generate the release note. c.f. https://goreleaser.com/ci/actions/.
14
fetch-depth: 0
15
- name: Set up Go
16
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
17
18
- go-version-file: 'go.mod'
+ go-version: '1.25'
19
check-latest: true
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v6
0 commit comments