From 2c3acb66e6c6d06c29ef456dd78237f1c44b7de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 2 Sep 2024 18:50:30 +0200 Subject: [PATCH] DEBUG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c3e311753..cad1297e0a 100644 --- a/Makefile +++ b/Makefile @@ -59,10 +59,12 @@ tools: .install.gitvalidation .install.golangci-lint .install.golint fi .install.golint: + go version ## DEBUG # Note, golint is only needed for Skopeo's tests. if [ ! -x "$(GOBIN)/golint" ]; then \ - GO111MODULE="off" go get -u $(BUILDFLAGS) golang.org/x/lint/golint; \ + go install $(BUILDFLAGS) golang.org/x/lint/golint; \ fi + echo DONE ## DEBUG clean: rm -rf $(MANPAGES)