From c9db2099677b42c6964befb0fb0134b8bab26e97 Mon Sep 17 00:00:00 2001 From: Heng Lu Date: Wed, 21 Feb 2024 11:08:43 +0800 Subject: [PATCH] fix make lint --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b096f43b9..d77124667 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ tools: go install github.com/katbyte/terrafmt@latest go install golang.org/x/tools/cmd/goimports@latest go install mvdan.cc/gofumpt@latest - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH || $$GOPATH)/bin v1.45.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH || $$GOPATH)/bin v1.55.1 build: fmtcheck generate go install