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 0204b1a commit 7f75f28Copy full SHA for 7f75f28
1 file changed
.github/workflows/publish.yml
@@ -62,7 +62,7 @@ jobs:
62
fetch-depth: '0'
63
- uses: actions/setup-go@v6
64
with:
65
- go-version: 1.24.x
+ go-version: 1.25.x
66
- name: Build binary
67
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
68
- name: Upload release asset
0 commit comments