Skip to content

Commit

Permalink
chore(build): remove flaky failing mod download on setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mavogel committed Jun 20, 2021
1 parent 827d44a commit fb9273d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ build: fmtcheck
go install

setup:
go mod download
cd tools && GO111MODULE=on go install github.com/client9/misspell/cmd/misspell
cd tools && GO111MODULE=on go install github.com/katbyte/terrafmt
cd tools && GO111MODULE=on go install github.com/golangci/golangci-lint/cmd/golangci-lint
Expand Down

0 comments on commit fb9273d

Please sign in to comment.