We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c0c58 commit 527f0afCopy full SHA for 527f0af
Makefile
@@ -20,4 +20,4 @@ test: ## Test the go code.
20
gobin -m -run github.com/kyoh86/richgo test -v $(CHECK_FILES)
21
22
validate: deps ## Check that the swagger spec is valid.
23
- gobin -m -run github.com/go-swagger/go-swagger/cmd/swagger@c49ea4ca2112a67af0faa06ffdc994b036860a0c validate $(SWAGGER_SPEC)
+ gobin -m -run github.com/go-swagger/go-swagger/cmd/swagger@v0.23.0 validate $(SWAGGER_SPEC)
0 commit comments