From 9b8862536ce752d023fc38995a3a49f6d750ff6b Mon Sep 17 00:00:00 2001 From: zufardhiyaulhaq Date: Thu, 4 Apr 2024 22:49:56 +0700 Subject: [PATCH] fix makefile lint --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 44ff6bc..528b635 100644 --- a/Makefile +++ b/Makefile @@ -241,12 +241,11 @@ catalog-push: ## Push a catalog image. .PHONY: lint lint: - go get github.com/golangci/golangci-lint/cmd/golangci-lint + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1 golangci-lint run --verbose --timeout 300s .PHONY: readme readme: - GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs helm-docs -c ./charts/frp-operator -d > README.md helm-docs -c ./charts/frp-operator