Update install-linter.sh to use v1.45.0
Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
parent
636d2014a7
commit
051a228a8c
@ -12,5 +12,5 @@ cd "${ROOT}"
|
|||||||
# so you can get the same results when running the linter locally.
|
# 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
|
# Whenever the linter is updated in the CI pipelines, it should also be
|
||||||
# updated here to make local development more convenient.
|
# 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
|
golangci-lint --version
|
||||||
|
Loading…
Reference in New Issue
Block a user