From 6f4b39d83ed15693a2da9372c853122209dd6db1 Mon Sep 17 00:00:00 2001 From: Jun Sakata Date: Tue, 5 Mar 2024 09:14:44 +0900 Subject: [PATCH] fix --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae8ef10..1e75695 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,9 @@ push-image: docker push "$(IMAGE_URI)" bin/golangci-lint: - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s 'latest' + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2 + +golangci-lint --version .PHONY: lint lint: bin/golangci-lint