From 5cdfb4366fd6b69a4ca5d34e7715326dad9bdee4 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Tue, 1 Nov 2022 18:56:51 +0000 Subject: [PATCH] other installs --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9b5d0476..d896edc9 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ embedmd: .PHONY: install-tools install-tools: - go get -u golang.org/x/lint/golint - go get -u golang.org/x/tools/cmd/cover + go install golang.org/x/lint/golint@latest + go install golang.org/x/tools/cmd/cover@latest go install golang.org/x/tools/cmd/goimports@latest - go get -u github.com/rakyll/embedmd + go install github.com/rakyll/embedmd@latest