We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e5f0c commit 33f14a9Copy full SHA for 33f14a9
.github/workflows/golangci-lint.yaml
@@ -10,7 +10,7 @@ permissions:
10
contents: read
11
env:
12
# renovate: datasource=github-releases depName=golangci/golangci-lint
13
- GOLANG_CI_LINT_VERSION: v1.64.8
+ GOLANG_CI_LINT_VERSION: v2.0.0
14
jobs:
15
golangci:
16
name: lint
hack/golangci-lint.sh
@@ -17,7 +17,7 @@ else
17
fi
18
19
20
-golangci_lint_version=v1.64.8
+golangci_lint_version=v2.0.0
21
22
GOLANGCI_LINT_ADDITIONAL_FLAGS=${GOLANGCI_LINT_ADDITIONAL_FLAGS:-""}
23
0 commit comments