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 1c73e01 commit a6c991eCopy full SHA for a6c991e
.github/workflows/lint.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
go-version: stable
20
- name: golangci-lint
21
- uses: golangci/golangci-lint-action@v6.2.0
+ uses: golangci/golangci-lint-action@v6.5.0
22
23
version: latest
.pre-commit-config.yaml
@@ -1,5 +1,8 @@
1
repos:
2
- repo: https://github.com/golangci/golangci-lint
3
- rev: v1.63.4
+ rev: v1.64.6
4
hooks:
5
- id: golangci-lint-full
6
+
7
+ci:
8
+ skip: [golangci-lint-full]
0 commit comments