Skip to content

Commit

Permalink
removing update flag from linter install
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-domitrovich committed Dec 22, 2020
1 parent 65cedbb commit 11ebec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GO_LDFLAGS := "-X github.com/hashicorp/nomad-autoscaler/version.GitCommit=$(GIT_
.PHONY: tools
tools: ## Install the tools used to test and build
@echo "==> Installing tools..."
GO111MODULE=on cd tools && go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
GO111MODULE=on cd tools && go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
GO111MODULE=on cd tools && go get -u honnef.co/go/tools/cmd/staticcheck@2020.1.6
@echo "==> Done"

Expand Down

0 comments on commit 11ebec5

Please sign in to comment.