Skip to content

Commit

Permalink
Merge pull request #311 from checkr/zz/fix-swagger-version
Browse files Browse the repository at this point in the history
Fix swagger version
  • Loading branch information
zhouzhuojie authored Dec 2, 2019
2 parents ca88144 + 463d48b commit 2901644
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 @@ -35,7 +35,7 @@ gen: api_docs swagger

deps: checks
@GO111MODULE=off go get -u github.com/myitcv/gobin
@gobin github.com/go-swagger/go-swagger/cmd/swagger@v0.20.1
@gobin github.com/go-swagger/go-swagger/cmd/swagger@v0.21.0
@gobin github.com/codeskyblue/fswatch
@gobin github.com/golangci/golangci-lint/cmd/golangci-lint
@echo "Sqlite3" && sqlite3 -version
Expand Down

0 comments on commit 2901644

Please sign in to comment.