fix: update go-swagger
There is currently no released version supporting go1.25.
This commit is contained in:
parent
e1a1b60d05
commit
4dc8d03196
2
Makefile
2
Makefile
|
|
@ -40,7 +40,7 @@ check-js:
|
|||
(cd ui && yarn testformat)
|
||||
|
||||
download-tools:
|
||||
go install github.com/go-swagger/go-swagger/cmd/swagger@v0.31.0
|
||||
go install github.com/go-swagger/go-swagger/cmd/swagger@717e3cb29becaaf00e56953556c6d80f8a01b286
|
||||
|
||||
update-swagger:
|
||||
swagger generate spec --scan-models -o docs/spec.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue