Merge pull request #1087 from vmware-tanzu/update-install-linter-1.45.0

Update install-linter.sh to use v1.45.0
This commit is contained in:
Margo Crawford 2022-03-22 10:57:34 -07:00 committed by GitHub
commit a9b054e2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ cd "${ROOT}"
# so you can get the same results when running the linter locally.
# Whenever the linter is updated in the CI pipelines, it should also be
# updated here to make local development more convenient.
go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.2
go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.0
golangci-lint --version