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 9c25885 commit d63afd0Copy full SHA for d63afd0
1 file changed
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Set up Go
35
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
36
with:
37
- go-version: '1.24' # Adjust to your Go version
+ go-version: '1.25' # Adjust to your Go version
38
39
- name: Install dependencies
40
run: go mod download
0 commit comments