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 ea3cfcb commit 890ad9aCopy full SHA for 890ad9a
.github/workflows/lint.yaml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-go@v5
21
with:
22
- go-version: 1.23
+ go-version: 1.24
23
- name: golangci-lint
24
uses: golangci/golangci-lint-action@v6
25
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
- name: Set up Go
62
uses: actions/setup-go@v5
63
64
65
66
- name: Build ${{matrix.os}}-${{matrix.arch}} binary
67
id: build
0 commit comments