diff --git a/Makefile b/Makefile index 76ff8f1..e4e0ceb 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ PLATFORMS ?= linux/arm/v7,linux/arm64/v8,linux/amd64 DOCKER_BUILD_FLAGS := setup: - go install golang.org/x/tools/cmd/goimports@latest - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.55.2 - go install github.com/jstemmer/go-junit-report/v2@latest - go install github.com/mattn/goveralls@latest + go get -v -u golang.org/x/tools/cmd/goimports + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.23.8 + go get -v -u github.com/jstemmer/go-junit-report + go get -v github.com/mattn/goveralls build: *.go fmt go build -o build/bin/$(ARCH)/$(BINARY_NAME) $(GOBUILD_VERSION_ARGS) github.com/jtblin/$(BINARY_NAME)/cmd