We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e220b commit 6b31472Copy full SHA for 6b31472
2 files changed
.golangci.yml
@@ -21,7 +21,6 @@ linters:
21
- misspell
22
- gochecknoinits
23
- unparam
24
- - exportloopref
25
- gosec
26
- goimports
27
- whitespace
hack/run-lint.sh
@@ -7,7 +7,7 @@ set -E # needs to be set if we want the ERR trap
7
8
CURRENT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
9
ROOT_PATH=$(cd "${CURRENT_DIR}/.." && pwd)
10
-GOLANGCI_LINT_VERSION="v1.55.2"
+GOLANGCI_LINT_VERSION="v1.64.8"
11
TMP_DIR=$(mktemp -d)
12
13
readonly CURRENT_DIR
0 commit comments