From 4e5ec72c27483aff9b697c656aad3f868d3f339f Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Thu, 17 Aug 2023 14:54:45 +0200 Subject: [PATCH] Go 1.18.7 to fix error Signed-off-by: Tim Vaillancourt --- .github/workflows/cluster_endtoend_mysql80.yml | 2 +- .github/workflows/cluster_endtoend_onlineddl_revert_mysql80.yml | 2 +- .../workflows/cluster_endtoend_onlineddl_revertible_mysql80.yml | 2 +- .../workflows/cluster_endtoend_onlineddl_scheduler_mysql80.yml | 2 +- .../workflows/cluster_endtoend_onlineddl_singleton_mysql80.yml | 2 +- .github/workflows/cluster_endtoend_onlineddl_vrepl_mysql80.yml | 2 +- .../cluster_endtoend_onlineddl_vrepl_stress_mysql80.yml | 2 +- .../cluster_endtoend_onlineddl_vrepl_stress_suite_mysql80.yml | 2 +- .../cluster_endtoend_onlineddl_vrepl_suite_mysql80.yml | 2 +- .github/workflows/cluster_endtoend_schemadiff_vrepl_mysql80.yml | 2 +- .../cluster_endtoend_tabletmanager_tablegc_mysql80.yml | 2 +- .../cluster_endtoend_vreplication_across_db_versions.yml | 2 +- .github/workflows/cluster_endtoend_vtbackup_transform.yml | 2 +- .../cluster_endtoend_vtctlbackup_sharded_clustertest_heavy.yml | 2 +- .github/workflows/cluster_endtoend_vtorc_8.0.yml | 2 +- .github/workflows/cluster_endtoend_xb_backup_mysql80.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/cluster_endtoend_mysql80.yml b/.github/workflows/cluster_endtoend_mysql80.yml index 65b9125b9e8..667c3d34cc8 100644 --- a/.github/workflows/cluster_endtoend_mysql80.yml +++ b/.github/workflows/cluster_endtoend_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_onlineddl_revert_mysql80.yml b/.github/workflows/cluster_endtoend_onlineddl_revert_mysql80.yml index 64b48f25b46..a94301ed9fc 100644 --- a/.github/workflows/cluster_endtoend_onlineddl_revert_mysql80.yml +++ b/.github/workflows/cluster_endtoend_onlineddl_revert_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_onlineddl_revertible_mysql80.yml b/.github/workflows/cluster_endtoend_onlineddl_revertible_mysql80.yml index 60d5146c33c..1840feecb3f 100644 --- a/.github/workflows/cluster_endtoend_onlineddl_revertible_mysql80.yml +++ b/.github/workflows/cluster_endtoend_onlineddl_revertible_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_onlineddl_scheduler_mysql80.yml b/.github/workflows/cluster_endtoend_onlineddl_scheduler_mysql80.yml index b5f4717c3b7..5871e315f90 100644 --- a/.github/workflows/cluster_endtoend_onlineddl_scheduler_mysql80.yml +++ b/.github/workflows/cluster_endtoend_onlineddl_scheduler_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_onlineddl_singleton_mysql80.yml b/.github/workflows/cluster_endtoend_onlineddl_singleton_mysql80.yml index 6c37c4a3123..e54b929cf81 100644 --- a/.github/workflows/cluster_endtoend_onlineddl_singleton_mysql80.yml +++ b/.github/workflows/cluster_endtoend_onlineddl_singleton_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_onlineddl_vrepl_mysql80.yml b/.github/workflows/cluster_endtoend_onlineddl_vrepl_mysql80.yml index 4d753821b5e..41ea844b5f0 100644 --- a/.github/workflows/cluster_endtoend_onlineddl_vrepl_mysql80.yml +++ b/.github/workflows/cluster_endtoend_onlineddl_vrepl_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_mysql80.yml b/.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_mysql80.yml index 7e177cd1fa5..a4079eac6fc 100644 --- a/.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_mysql80.yml +++ b/.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_suite_mysql80.yml b/.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_suite_mysql80.yml index aa940f2d39f..c3293207cb4 100644 --- a/.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_suite_mysql80.yml +++ b/.github/workflows/cluster_endtoend_onlineddl_vrepl_stress_suite_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_onlineddl_vrepl_suite_mysql80.yml b/.github/workflows/cluster_endtoend_onlineddl_vrepl_suite_mysql80.yml index 912ae2aefc0..5ee1e1a23e2 100644 --- a/.github/workflows/cluster_endtoend_onlineddl_vrepl_suite_mysql80.yml +++ b/.github/workflows/cluster_endtoend_onlineddl_vrepl_suite_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_schemadiff_vrepl_mysql80.yml b/.github/workflows/cluster_endtoend_schemadiff_vrepl_mysql80.yml index eee73e7f42e..276497a7de7 100644 --- a/.github/workflows/cluster_endtoend_schemadiff_vrepl_mysql80.yml +++ b/.github/workflows/cluster_endtoend_schemadiff_vrepl_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_tabletmanager_tablegc_mysql80.yml b/.github/workflows/cluster_endtoend_tabletmanager_tablegc_mysql80.yml index dbf175954f1..09de47e1ab3 100644 --- a/.github/workflows/cluster_endtoend_tabletmanager_tablegc_mysql80.yml +++ b/.github/workflows/cluster_endtoend_tabletmanager_tablegc_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_vreplication_across_db_versions.yml b/.github/workflows/cluster_endtoend_vreplication_across_db_versions.yml index 1aa64027dfb..524fd432a93 100644 --- a/.github/workflows/cluster_endtoend_vreplication_across_db_versions.yml +++ b/.github/workflows/cluster_endtoend_vreplication_across_db_versions.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_vtbackup_transform.yml b/.github/workflows/cluster_endtoend_vtbackup_transform.yml index bcc3c5b40db..95736d269fc 100644 --- a/.github/workflows/cluster_endtoend_vtbackup_transform.yml +++ b/.github/workflows/cluster_endtoend_vtbackup_transform.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_vtctlbackup_sharded_clustertest_heavy.yml b/.github/workflows/cluster_endtoend_vtctlbackup_sharded_clustertest_heavy.yml index 411b88f7752..ac67b44436f 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@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_vtorc_8.0.yml b/.github/workflows/cluster_endtoend_vtorc_8.0.yml index de37e315355..58d34e7bb6a 100644 --- a/.github/workflows/cluster_endtoend_vtorc_8.0.yml +++ b/.github/workflows/cluster_endtoend_vtorc_8.0.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true' diff --git a/.github/workflows/cluster_endtoend_xb_backup_mysql80.yml b/.github/workflows/cluster_endtoend_xb_backup_mysql80.yml index 6008c36e569..2ae43a64957 100644 --- a/.github/workflows/cluster_endtoend_xb_backup_mysql80.yml +++ b/.github/workflows/cluster_endtoend_xb_backup_mysql80.yml @@ -44,7 +44,7 @@ jobs: if: steps.changes.outputs.end_to_end == 'true' uses: actions/setup-go@v2 with: - go-version: 1.18.3 + go-version: 1.18.7 - name: Set up python if: steps.changes.outputs.end_to_end == 'true'