From 7b5dd253ad45ca55b3d725a16805c115cf191bc4 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:07:29 +0000 Subject: [PATCH] Update Go version to 1.24.0-rc.3 --- .github/workflows/__go-tracing-autobuilder.yml | 2 +- .github/workflows/__go-tracing-custom-build-steps.yml | 2 +- .github/workflows/__go-tracing-legacy-workflow.yml | 2 +- pr-checks/checks/go-tracing-autobuilder.yml | 2 +- pr-checks/checks/go-tracing-custom-build-steps.yml | 2 +- pr-checks/checks/go-tracing-legacy-workflow.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index f290189227..a5c62d9e69 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -82,7 +82,7 @@ jobs: setup-kotlin: 'true' - uses: actions/setup-go@v5 with: - go-version: 1.24.0-rc.2 + go-version: 1.24.0-rc.3 # to avoid potentially misleading autobuilder results where we expect it to download # dependencies successfully, but they actually come from a warm cache cache: false diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index 42bee0ca90..5b68a6e266 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -82,7 +82,7 @@ jobs: setup-kotlin: 'true' - uses: actions/setup-go@v5 with: - go-version: 1.24.0-rc.2 + go-version: 1.24.0-rc.3 # to avoid potentially misleading autobuilder results where we expect it to download # dependencies successfully, but they actually come from a warm cache cache: false diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 24d0d11ecc..6c2c82e4a2 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -82,7 +82,7 @@ jobs: setup-kotlin: 'true' - uses: actions/setup-go@v5 with: - go-version: 1.24.0-rc.2 + go-version: 1.24.0-rc.3 # to avoid potentially misleading autobuilder results where we expect it to download # dependencies successfully, but they actually come from a warm cache cache: false diff --git a/pr-checks/checks/go-tracing-autobuilder.yml b/pr-checks/checks/go-tracing-autobuilder.yml index 85e4a3688c..2de1c3af9b 100644 --- a/pr-checks/checks/go-tracing-autobuilder.yml +++ b/pr-checks/checks/go-tracing-autobuilder.yml @@ -6,7 +6,7 @@ env: steps: - uses: actions/setup-go@v5 with: - go-version: "1.24.0-rc.2" + go-version: "1.24.0-rc.3" # to avoid potentially misleading autobuilder results where we expect it to download # dependencies successfully, but they actually come from a warm cache cache: false diff --git a/pr-checks/checks/go-tracing-custom-build-steps.yml b/pr-checks/checks/go-tracing-custom-build-steps.yml index c8d7ff91bc..06bb67d5d8 100644 --- a/pr-checks/checks/go-tracing-custom-build-steps.yml +++ b/pr-checks/checks/go-tracing-custom-build-steps.yml @@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"] steps: - uses: actions/setup-go@v5 with: - go-version: "1.24.0-rc.2" + go-version: "1.24.0-rc.3" # to avoid potentially misleading autobuilder results where we expect it to download # dependencies successfully, but they actually come from a warm cache cache: false diff --git a/pr-checks/checks/go-tracing-legacy-workflow.yml b/pr-checks/checks/go-tracing-legacy-workflow.yml index 01c85bff69..510b79c957 100644 --- a/pr-checks/checks/go-tracing-legacy-workflow.yml +++ b/pr-checks/checks/go-tracing-legacy-workflow.yml @@ -6,7 +6,7 @@ env: steps: - uses: actions/setup-go@v5 with: - go-version: "1.24.0-rc.2" + go-version: "1.24.0-rc.3" # to avoid potentially misleading autobuilder results where we expect it to download # dependencies successfully, but they actually come from a warm cache cache: false