From 61c1569bfa0c04512466cde2569c0c51b9a2199f Mon Sep 17 00:00:00 2001 From: Wataru Sato Date: Fri, 13 May 2022 17:02:53 +0900 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a96a13e..2e6165d 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ lint: $(GONAME)/golint golint -set_exit_status ./... $(GONAME)/golint: - cd && go install golang.org/x/lint/golint + cd && go install golang.org/x/lint/golint@latest .PHONY: clean clean: