Use go install for go-swagger
This commit is contained in:
parent
f4d2c6b3f5
commit
4c58f4a742
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ check-js:
|
||||||
(cd ui && yarn testformat)
|
(cd ui && yarn testformat)
|
||||||
|
|
||||||
download-tools:
|
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:
|
embed-static:
|
||||||
go run hack/packr/packr.go
|
go run hack/packr/packr.go
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue