From ce203d2d6103282eb31c35a029245244fa884f4f Mon Sep 17 00:00:00 2001 From: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:21:02 -0500 Subject: [PATCH] Typo fix and remove unsupported branch for go version upgrade matrix (#14896) Signed-off-by: Florent Poinsard --- .github/workflows/update_golang_dependencies.yml | 2 +- .github/workflows/update_golang_version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_golang_dependencies.yml b/.github/workflows/update_golang_dependencies.yml index 3a3167951f4..55b76432698 100644 --- a/.github/workflows/update_golang_dependencies.yml +++ b/.github/workflows/update_golang_dependencies.yml @@ -47,7 +47,7 @@ jobs: delete-branch: true title: "Upgrade the Golang Dependencies" body: | - This Pull Request updates all the Goland dependencies to their latest version using `go get -u ./...`. + This Pull Request updates all the Golang dependencies to their latest version using `go get -u ./...`. base: main labels: | go diff --git a/.github/workflows/update_golang_version.yml b/.github/workflows/update_golang_version.yml index 2a789ee9449..002cb1274a5 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, release-15.0 ] + branch: [ main, release-18.0, release-17.0, release-16.0 ] name: Update Golang Version runs-on: ubuntu-latest steps: