Skip to content

Commit 9ae11c6

Browse files
authored
Update golint to 1.50 (#99)
At least ver 1.48 is needed for go 1.19 support, bumping to 1.50 as it's the latest release.
1 parent 0d4d262 commit 9ae11c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-golint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -euo pipefail
1818

1919
if [[ -z "$(command -v golangci-lint)" ]]; then
2020
echo "Cannot find golangci-lint. Installing golangci-lint..."
21-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
21+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.0
2222
export PATH=$PATH:$(go env GOPATH)/bin
2323
fi
2424

0 commit comments

Comments
 (0)