From f58635135ca4165db8439fb9347eb5cb52947efc Mon Sep 17 00:00:00 2001 From: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:04:13 -0600 Subject: [PATCH] Add `release-20.0` to the list of branches to upgrade the Go version on (#16053) Signed-off-by: Florent Poinsard --- .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 c8f517eba48..f44458c63d8 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-19.0, release-18.0, release-17.0, release-16.0 ] + branch: [ main, release-20.0, release-19.0, release-18.0, release-17.0 ] name: Update Golang Version runs-on: ubuntu-latest steps: