We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5cd3d commit dcd2fccCopy full SHA for dcd2fcc
.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.1.5
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.1.5
21
22
GOLANGCI_LINT_ADDITIONAL_FLAGS=${GOLANGCI_LINT_ADDITIONAL_FLAGS:-""}
23
0 commit comments