Skip to content

Commit a5e5afc

Browse files
committed
chore: bump golangci-lint for Go 1.24 access
1 parent 4985713 commit a5e5afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
# commit of a pull request, and we want to avoid reporting invalid goheader errors.
4444
uses: golangci/golangci-lint-action@v6
4545
with:
46-
version: v1.60
46+
version: v1.64.8
4747
only-new-issues: true
4848
args: --enable-only goheader
4949
- name: golangci-lint
5050
uses: golangci/golangci-lint-action@v6
5151
with:
52-
version: v1.60
52+
version: v1.64.8
5353

5454
yamllint:
5555
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)