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 aa515ce commit bd03252Copy full SHA for bd03252
.github/workflows/golangci-lint.yml
@@ -18,6 +18,6 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-go@v5
20
with:
21
- go-version: 1.23.x
+ go-version: 1.24.x
22
- name: golangci-lint
23
uses: golangci/golangci-lint-action@v8
.github/workflows/publish.yml
@@ -62,7 +62,7 @@ jobs:
62
fetch-depth: '0'
63
64
65
66
- name: Build binary
67
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
68
- name: Upload release asset
0 commit comments