From 051a228a8cdada97cc550e8947cc297bfc533668 Mon Sep 17 00:00:00 2001 From: Margo Crawford Date: Tue, 22 Mar 2022 10:29:08 -0700 Subject: [PATCH] Update install-linter.sh to use v1.45.0 Signed-off-by: Margo Crawford --- hack/install-linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install-linter.sh b/hack/install-linter.sh index 7b2b196a..e5414397 100755 --- a/hack/install-linter.sh +++ b/hack/install-linter.sh @@ -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