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.
2 parents d8b3ae3 + f7986e4 commit 5f05240Copy full SHA for 5f05240
.github/workflows/goreleaser.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Go
29
uses: actions/setup-go@v5
30
with:
31
- go-version: 1.22.3
+ go-version: 1.25.0
32
- name: Run GoReleaser
33
uses: goreleaser/goreleaser-action@v2
34
.github/workflows/goreleaser_test.yml
@@ -30,7 +30,7 @@ jobs:
35
36
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/setup-go@v5
13
14
- go-version: 1.21
+ go-version: 1.25
15
- uses: actions/checkout@v4
16
17
fetch-depth: 0
0 commit comments