Skip to content

Commit 6b31472

Browse files
lint updated
1 parent 88e220b commit 6b31472

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ linters:
2121
- misspell
2222
- gochecknoinits
2323
- unparam
24-
- exportloopref
2524
- gosec
2625
- goimports
2726
- whitespace

hack/run-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -E # needs to be set if we want the ERR trap
77

88
CURRENT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
99
ROOT_PATH=$(cd "${CURRENT_DIR}/.." && pwd)
10-
GOLANGCI_LINT_VERSION="v1.55.2"
10+
GOLANGCI_LINT_VERSION="v1.64.8"
1111
TMP_DIR=$(mktemp -d)
1212

1313
readonly CURRENT_DIR

0 commit comments

Comments
 (0)