Skip to content

Commit aa6d6be

Browse files
committed
Maint: fix pipeline
1 parent ecd8b7d commit aa6d6be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@ $(GOPATH)/bin/golangci-lint:
8585

8686
$(GOPATH)/bin/golint:
8787
@echo "🔘 Installing golint ... (`date '+%H:%M:%S'`)"
88-
@GO111MODULE=off go get -u golang.org/x/lint/golint
8988

9089
$(GOPATH)/bin/goimports:
9190
@echo "🔘 Installing goimports ... (`date '+%H:%M:%S'`)"
92-
@GO111MODULE=off go get -u golang.org/x/tools/cmd/goimports
9391

9492
$(GOPATH)/bin/gosec:
9593
@echo "🔘 Installing gosec ... (`date '+%H:%M:%S'`)"

0 commit comments

Comments
 (0)