Skip to content

Commit

Permalink
Use go install for go-swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Feb 26, 2021
1 parent f4d2c6b commit 4c58f4a
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 @@ -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
Expand Down

0 comments on commit 4c58f4a

Please sign in to comment.