From e05f0b5bf84d471cf4b8ee1c3c67831815b73252 Mon Sep 17 00:00:00 2001 From: famfo Date: Mon, 19 Jan 2026 08:45:35 +0000 Subject: [PATCH] fix(federation): downgrade GoToSocial (#1448) Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1448 Reviewed-by: Michael Kriese Co-authored-by: famfo Co-committed-by: famfo --- federation/scenario-gotosocial/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/scenario-gotosocial/setup.sh b/federation/scenario-gotosocial/setup.sh index 13d97057..fcf9a432 100644 --- a/federation/scenario-gotosocial/setup.sh +++ b/federation/scenario-gotosocial/setup.sh @@ -2,7 +2,7 @@ source $SCENARIO_DIR/../../lib/lib.sh -GTS_VERSION="0.20.2" # renovate: datasource=docker depName=data.forgejo.org/oci/gotosocial +GTS_VERSION="0.20.0" # renovate: datasource=docker depName=data.forgejo.org/oci/gotosocial echo "setting up gotosocial"