Skip to content

Commit d24d3e4

Browse files
committed
Bump linter Go version.
1 parent a992058 commit d24d3e4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ permissions:
1111

1212
jobs:
1313
golangci:
14-
if: false
1514
strategy:
1615
matrix:
1716
os: [ubuntu-latest]
18-
go-version: [1.21.x]
17+
go-version: [1.24.x]
1918
name: golangci-lint
2019
runs-on: ${{ matrix.os }}
2120
steps:
@@ -28,7 +27,7 @@ jobs:
2827
- name: golangci-lint
2928
uses: golangci/golangci-lint-action@v3
3029
with:
31-
version: v1.54
30+
version: v1.64.8
3231

3332
- name: verify go modules
3433
run: go mod tidy && git diff --exit-code go.mod go.sum

0 commit comments

Comments
 (0)