From aa6d6beb9c22c77dcc87022cdbcaec72fb97d55c Mon Sep 17 00:00:00 2001 From: Erdi Rowlands Date: Fri, 18 Oct 2024 11:37:32 +0100 Subject: [PATCH] Maint: fix pipeline --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index a71a9a9..b473657 100644 --- a/Makefile +++ b/Makefile @@ -85,11 +85,9 @@ $(GOPATH)/bin/golangci-lint: $(GOPATH)/bin/golint: @echo "🔘 Installing golint ... (`date '+%H:%M:%S'`)" - @GO111MODULE=off go get -u golang.org/x/lint/golint $(GOPATH)/bin/goimports: @echo "🔘 Installing goimports ... (`date '+%H:%M:%S'`)" - @GO111MODULE=off go get -u golang.org/x/tools/cmd/goimports $(GOPATH)/bin/gosec: @echo "🔘 Installing gosec ... (`date '+%H:%M:%S'`)"