From a2458e3ab161a382318d46f245cf47cd90a585e2 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Thu, 16 Jan 2025 23:13:10 +0100 Subject: [PATCH] chore: update to go1.24rc2 --- .github/workflows/documentation.yml | 2 +- .github/workflows/post-release.yml | 2 +- .github/workflows/pr-documentation.yml | 2 +- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2b348cd2afc34..512974390efa1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,7 @@ jobs: # ex: # - 1.18beta1 -> 1.18.0-beta.1 # - 1.18rc1 -> 1.18.0-rc.1 - GO_VERSION: '1.24.0-rc.1' + GO_VERSION: '1.24.0-rc.2' NODE_VERSION: '20.x' CGO_ENABLED: 0 steps: diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 31589953101fc..3d913af754228 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -9,7 +9,7 @@ env: # ex: # - 1.18beta1 -> 1.18.0-beta.1 # - 1.18rc1 -> 1.18.0-rc.1 - GO_VERSION: '1.24.0-rc.1' + GO_VERSION: '1.24.0-rc.2' jobs: update-gha-assets: diff --git a/.github/workflows/pr-documentation.yml b/.github/workflows/pr-documentation.yml index 9d3043d382af0..763d6b913bb50 100644 --- a/.github/workflows/pr-documentation.yml +++ b/.github/workflows/pr-documentation.yml @@ -13,7 +13,7 @@ jobs: # ex: # - 1.18beta1 -> 1.18.0-beta.1 # - 1.18rc1 -> 1.18.0-rc.1 - GO_VERSION: '1.24.0-rc.1' + GO_VERSION: '1.24.0-rc.2' NODE_VERSION: '20.x' CGO_ENABLED: 0 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 880c0df7b9991..6eb492a98824d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,7 +10,7 @@ env: # ex: # - 1.18beta1 -> 1.18.0-beta.1 # - 1.18rc1 -> 1.18.0-rc.1 - GO_VERSION: '1.24.0-rc.1' + GO_VERSION: '1.24.0-rc.2' jobs: # Check if there is any dirty change for go mod tidy @@ -78,7 +78,7 @@ jobs: - ubuntu-24.04-arm golang: - '1.23' - - '1.24.0-rc.1' + - '1.24.0-rc.2' runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 69ab2662c162e..04b392818dcb4 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -12,7 +12,7 @@ jobs: # ex: # - 1.18beta1 -> 1.18.0-beta.1 # - 1.18rc1 -> 1.18.0-rc.1 - GO_VERSION: '1.24.0-rc.1' + GO_VERSION: '1.24.0-rc.2' CHOCOLATEY_VERSION: 2.2.0 steps: # temporary workaround for an error in free disk space action