Skip to content

Commit 527f0af

Browse files
committed
Fix swagger version in gobin call
1 parent 13c0c58 commit 527f0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ test: ## Test the go code.
2020
gobin -m -run github.com/kyoh86/richgo test -v $(CHECK_FILES)
2121

2222
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)
23+
gobin -m -run github.com/go-swagger/go-swagger/cmd/swagger@v0.23.0 validate $(SWAGGER_SPEC)

0 commit comments

Comments
 (0)