From 4c58f4a7423c61de3d0f4d64aa282d5eaea3d10a Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Fri, 26 Feb 2021 19:16:53 +0100 Subject: [PATCH] Use go install for go-swagger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33739bf..4eb8a87 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ check-js: (cd ui && yarn testformat) download-tools: - GO111MODULE=off go get -u github.com/go-swagger/go-swagger/cmd/swagger + go install github.com/go-swagger/go-swagger/cmd/swagger@v0.26.1 embed-static: go run hack/packr/packr.go