From 606495df7b5d51ce570ea450df31a964b453128b Mon Sep 17 00:00:00 2001 From: Jonathan Marcantonio Date: Wed, 6 Jul 2022 10:48:29 -0400 Subject: [PATCH] fix golangci-lint version Signed-off-by: Jonathan Marcantonio --- build/run-code-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run-code-lint.sh b/build/run-code-lint.sh index 5a684676..f4d2f362 100755 --- a/build/run-code-lint.sh +++ b/build/run-code-lint.sh @@ -37,7 +37,7 @@ gem install mdl gem install awesome_bot # Install golangci-lint -curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.28.3 +curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)"/bin v1.46.2 # Start lint task make -f Makefile.prow lint-all