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.
2 parents 5835d78 + 568a3ad commit 211ccf1Copy full SHA for 211ccf1
.github/workflows/validate.yml
@@ -19,9 +19,9 @@ jobs:
19
run: |
20
sudo apt -q update
21
sudo apt -q install libseccomp-dev
22
- - uses: golangci/golangci-lint-action@v6
+ - uses: golangci/golangci-lint-action@v7
23
with:
24
- version: v1.64
+ version: v2.1
25
26
codespell:
27
runs-on: ubuntu-24.04
.golangci.yml
@@ -1,4 +1,12 @@
1
# For documentation, see https://golangci-lint.run/usage/configuration/
2
-linters:
+version: "2"
3
+
4
+formatters:
5
enable:
6
- gofumpt
7
8
+linters:
9
+ exclusions:
10
+ generated: disable
11
+ presets:
12
+ - std-error-handling
0 commit comments