There was an error while loading. Please reload this page.
1 parent a992058 commit d24d3e4Copy full SHA for d24d3e4
1 file changed
.github/workflows/lint.yml
@@ -11,11 +11,10 @@ permissions:
11
12
jobs:
13
golangci:
14
- if: false
15
strategy:
16
matrix:
17
os: [ubuntu-latest]
18
- go-version: [1.21.x]
+ go-version: [1.24.x]
19
name: golangci-lint
20
runs-on: ${{ matrix.os }}
21
steps:
@@ -28,7 +27,7 @@ jobs:
28
27
- name: golangci-lint
29
uses: golangci/golangci-lint-action@v3
30
with:
31
- version: v1.54
+ version: v1.64.8
32
33
- name: verify go modules
34
run: go mod tidy && git diff --exit-code go.mod go.sum
0 commit comments