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 6edbb27 commit 1391cb1Copy full SHA for 1391cb1
.github/workflows/golangci-lint.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/setup-go@v2
14
with:
15
- go-version: '1.23'
+ go-version: '1.24'
16
- uses: actions/checkout@v2
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v3
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Env
run: |
go version
0 commit comments