We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ab587 commit 85f7f61Copy full SHA for 85f7f61
scripts/run_tests.sh
@@ -13,7 +13,7 @@ if ! command -v golangci-lint &> /dev/null
13
then
14
echo "golangci-lint not found, installing..."
15
# binary will be $(go env GOPATH)/bin/golangci-lint
16
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
17
fi
18
19
if ! golangci-lint run
0 commit comments