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 3011e58 commit c64aa90Copy full SHA for c64aa90
.github/workflows/golangci-lint.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v5
19
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
20
with:
21
go-version: 1.24.x
22
- name: golangci-lint
.github/workflows/publish.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
fetch-depth: '0'
63
64
65
66
- name: Build binary
0 commit comments