Skip to content

Commit

Permalink
keep buildtools on latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Mar 6, 2024
1 parent 013b581 commit a2e606b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ CMDS = $(shell cd ./cmd && ls -1)
tools: | versioncheck vendor
$(GO) mod download
set -e; for DEP in $(shell grep "_ " buildtools/tools.go | awk '{ print $$2 }'); do \
( cd buildtools && $(GO) install $$DEP ) ; \
( cd buildtools && $(GO) install $$DEP@latest ) ; \
done
$(GO) mod tidy
( cd buildtools && $(GO) mod tidy )
# pin these dependencies
( cd buildtools && $(GO) get github.com/golangci/golangci-lint@latest )
$(MAKE) vendor

updatedeps: versioncheck
$(MAKE) clean
Expand Down

0 comments on commit a2e606b

Please sign in to comment.