diff options
author | 2024-11-25 16:15:33 +0100 | |
---|---|---|
committer | 2024-11-25 16:15:33 +0100 | |
commit | c454b1b4882389122964c75d7d764b51312743f7 (patch) | |
tree | 919fafe8c2983a54d7e48371c7bfc7d494073df7 /test | |
parent | [docs] Added note to documentation about mutuals-only posts not being functio... (diff) | |
download | gotosocial-c454b1b4882389122964c75d7d764b51312743f7.tar.xz |
[chore] Bump tooling versions, bump go -> v1.23.0 (#3258)
* [chore] Bump tooling versions, bump go -> v1.23.0
* undo silly change
* sign
* bump go version in go.mod
* allow overflow in imaging
* goreleaser deprecation notices
* bump versions
* undo accidental rebase change
* update container versions to just use latest major version
* update swagger to our release with go1.23 fix
* update goreleaser to use our vendored swagger version
---------
Co-authored-by: kim <grufwub@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/swagger.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/swagger.sh b/test/swagger.sh index e8b4b5864..c7644c1af 100755 --- a/test/swagger.sh +++ b/test/swagger.sh @@ -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' |