We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326f0d7 commit 3ca506cCopy full SHA for 3ca506c
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Set up Go
37
uses: actions/setup-go@v5
38
with:
39
- go-version: "1.23"
+ go-version: "1.24"
40
41
- name: Download Go modules
42
run: go mod download
.github/workflows/release.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: Run GoReleaser
56
uses: goreleaser/goreleaser-action@v6
0 commit comments