From 3024273894ef4b9c359b2aee1c00220ada6e587f Mon Sep 17 00:00:00 2001 From: "vitess-bot[bot]" <108069721+vitess-bot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:16:27 -0600 Subject: [PATCH] [main] Add `release-19.0` to the auto go upgrade (#15157) (#15168) Signed-off-by: Florent Poinsard Co-authored-by: vitess-bot[bot] <108069721+vitess-bot[bot]@users.noreply.github.com> --- .github/workflows/update_golang_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_golang_version.yml b/.github/workflows/update_golang_version.yml index 682ca915357..30320d94c20 100644 --- a/.github/workflows/update_golang_version.yml +++ b/.github/workflows/update_golang_version.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write strategy: matrix: - branch: [ main, release-18.0, release-17.0, release-16.0 ] + branch: [ main, release-19.0, release-18.0, release-17.0, release-16.0 ] name: Update Golang Version runs-on: ubuntu-latest steps: