From 73816e5f63158b4c56d6c14fbfb911742bade4f3 Mon Sep 17 00:00:00 2001 From: Daniel Aloni Date: Mon, 19 Jun 2023 16:08:55 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Use=20old=20Sytest=20image.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dendrite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index da24d7bc69..a894470619 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -311,7 +311,7 @@ jobs: postgres: postgres container: - image: matrixdotorg/sytest-dendrite + image: matrixdotorg/sytest-dendrite:go113 volumes: - ${{ github.workspace }}:/src - /root/.cache/go-build:/github/home/.cache/go-build