upgrading version of golangci-lint to latest in script/bootstrap

This commit is contained in:
Shawn Hartsell
2024-01-16 15:16:40 -06:00
parent 150b316c6c
commit 2b1548bf54
3 changed files with 3 additions and 372 deletions

View File

@@ -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