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 7b0de14 commit 1628728Copy full SHA for 1628728
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Go
22
uses: actions/setup-go@v5
23
with:
24
- go-version: ^1.23
+ go-version: ^1.25
25
26
- name: Build
27
run: go build
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
- name: Release
uses: goreleaser/goreleaser-action@v5
0 commit comments