Bumping golint

This commit is contained in:
Mike Farah
2026-03-21 09:25:31 +11:00
parent 34d3a29308
commit 6a965bc39a
5 changed files with 4 additions and 6 deletions
-2
View File
@@ -3,8 +3,6 @@
set -o errexit
set -o pipefail
# TODO: Check if the found golangci-lint version matches the expected version (e.g., v1.62.0), especially if falling back to PATH version.
GOPATH_LINT="$(go env GOPATH)/bin/golangci-lint"
BIN_LINT="./bin/golangci-lint"
LINT_CMD=""