From 9dc8ae040ebb2845da52a08555d20498a9ff8d7d Mon Sep 17 00:00:00 2001 From: Stas Maksimov Date: Wed, 22 Nov 2023 22:07:21 +0000 Subject: [PATCH] want to test if the 1.20 really breaks this test --- .../cluster_endtoend_vtctlbackup_sharded_clustertest_heavy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cluster_endtoend_vtctlbackup_sharded_clustertest_heavy.yml b/.github/workflows/cluster_endtoend_vtctlbackup_sharded_clustertest_heavy.yml index b38ba8796d2..3374b227ff9 100644 --- a/.github/workflows/cluster_endtoend_vtctlbackup_sharded_clustertest_heavy.yml +++ b/.github/workflows/cluster_endtoend_vtctlbackup_sharded_clustertest_heavy.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.19' check-latest: true - name: Set up python