Skip to content

Commit

Permalink
Use go get to install build tools for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto committed Feb 15, 2022
1 parent bc0dfbe commit dc6fd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build-tool:
TMP_DIR=$$(mktemp -d); \
cd $$TMP_DIR; \
go mod init tmp; \
GOBIN=$(TOOLPATH) go install $(TOOLPKG); \
GOBIN=$(TOOLPATH) go get $(TOOLPKG); \
rm -rf $$TMP_DIR; \
}

Expand Down

0 comments on commit dc6fd1c

Please sign in to comment.