mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 17:03:15 -06:00
update swagger to our release with go1.23 fix
This commit is contained in:
parent
1cf11720f9
commit
e3a98b0de4
5 changed files with 10 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
|||
set -eu
|
||||
|
||||
swagger_cmd() {
|
||||
go run github.com/go-swagger/go-swagger/cmd/swagger "$@"
|
||||
go run ./vendor/github.com/go-swagger/go-swagger/cmd/swagger "$@"
|
||||
}
|
||||
swagger_spec='docs/api/swagger.yaml'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue