upgrading version of golangci-lint to latest in script/bootstrap
This commit is contained in:
@@ -28,7 +28,7 @@ fi
|
||||
|
||||
if [ ! -f "${GOBIN}/golangci-lint" ]; then
|
||||
echo "golangci was not found, installing..."
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2
|
||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
|
||||
fi
|
||||
|
||||
if [ ! -f "${GOBIN}/goimports" ]; then
|
||||
|
||||
Reference in New Issue
Block a user