diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index 4e3b485ab7..37fd12d9ab 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -77,7 +77,7 @@ jobs: setup-kotlin: 'true' - uses: actions/setup-go@v5 with: - go-version: ~1.23.0 + go-version: ~1.24.0 # 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 340f6e8758..afd196ff6a 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -77,7 +77,7 @@ jobs: setup-kotlin: 'true' - uses: actions/setup-go@v5 with: - go-version: ~1.23.0 + go-version: ~1.24.0 # 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 3af8b1e3a7..52c9a51d95 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -77,7 +77,7 @@ jobs: setup-kotlin: 'true' - uses: actions/setup-go@v5 with: - go-version: ~1.23.0 + go-version: ~1.24.0 # 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 ee2622b582..8fd2987e5e 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.23.0" + go-version: "~1.24.0" # 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 bed2d9a4fc..908c458410 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.23.0" + go-version: "~1.24.0" # 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 591ba7d8f3..f544af0270 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.23.0" + go-version: "~1.24.0" # to avoid potentially misleading autobuilder results where we expect it to download # dependencies successfully, but they actually come from a warm cache cache: false