From 1d0264dce883ff7ca92451281be2ccf56c9c2e00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:19:58 +0000 Subject: [PATCH] Update dependency go to v1.23.4 --- .github/workflows/build-and-test-arm.yml | 2 +- .github/workflows/build-and-test-darwin.yaml | 2 +- .github/workflows/build-and-test-windows.yml | 2 +- .github/workflows/build-and-test.yml | 2 +- .github/workflows/changelog.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/e2e-tests-windows.yml | 2 +- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/load-tests.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/prometheus-compliance-tests.yml | 2 +- .github/workflows/telemetrygen.yml | 2 +- .github/workflows/tidy-dependencies.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-and-test-arm.yml b/.github/workflows/build-and-test-arm.yml index 3823db9ed0449..7801d18d9e9a2 100644 --- a/.github/workflows/build-and-test-arm.yml +++ b/.github/workflows/build-and-test-arm.yml @@ -15,7 +15,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" # Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616 concurrency: diff --git a/.github/workflows/build-and-test-darwin.yaml b/.github/workflows/build-and-test-darwin.yaml index e0491756159a0..f5b4a5e608c3d 100644 --- a/.github/workflows/build-and-test-darwin.yaml +++ b/.github/workflows/build-and-test-darwin.yaml @@ -15,7 +15,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" # Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616 concurrency: diff --git a/.github/workflows/build-and-test-windows.yml b/.github/workflows/build-and-test-windows.yml index b13799fadb077..a0d4424a8eecd 100644 --- a/.github/workflows/build-and-test-windows.yml +++ b/.github/workflows/build-and-test-windows.yml @@ -17,7 +17,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" # Do not cancel this workflow on main concurrency: diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1bbef96c0aa7b..6a034402ff1df 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -12,7 +12,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" # Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616 concurrency: diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 0821418303908..95c2ca6643dbe 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" # renovate: datasource=github-releases depName=tcort/markdown-link-check MD_LINK_CHECK_VERSION: "3.12.2" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0ce6c1bb90b0f..d350eec300166 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,7 +7,7 @@ on: - "**/README.md" env: # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" jobs: CodeQL-Build: runs-on: macos-latest diff --git a/.github/workflows/e2e-tests-windows.yml b/.github/workflows/e2e-tests-windows.yml index 209fd3d9a600a..e610b4d0a5144 100644 --- a/.github/workflows/e2e-tests-windows.yml +++ b/.github/workflows/e2e-tests-windows.yml @@ -18,7 +18,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" jobs: collector-build: diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 242dfbba22b89..8cba7c07859e5 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -18,7 +18,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" jobs: collector-build: runs-on: ubuntu-latest diff --git a/.github/workflows/load-tests.yml b/.github/workflows/load-tests.yml index 474d6766fb1b8..2610737d8a854 100644 --- a/.github/workflows/load-tests.yml +++ b/.github/workflows/load-tests.yml @@ -17,7 +17,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" jobs: setup-environment: diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 3c5d9f087336a..9581daed7a5b8 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -14,7 +14,7 @@ on: description: Current version (beta, like 0.69.1) env: # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" jobs: # Releasing opentelemetry-collector-contrib prepare-release: diff --git a/.github/workflows/prometheus-compliance-tests.yml b/.github/workflows/prometheus-compliance-tests.yml index a63e83e008470..0405519ad0123 100644 --- a/.github/workflows/prometheus-compliance-tests.yml +++ b/.github/workflows/prometheus-compliance-tests.yml @@ -21,7 +21,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" jobs: prometheus-compliance-tests: diff --git a/.github/workflows/telemetrygen.yml b/.github/workflows/telemetrygen.yml index e38fdd28ca6c4..e4f424a8434ef 100644 --- a/.github/workflows/telemetrygen.yml +++ b/.github/workflows/telemetrygen.yml @@ -15,7 +15,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" # Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616 concurrency: diff --git a/.github/workflows/tidy-dependencies.yml b/.github/workflows/tidy-dependencies.yml index 4c0dbe75dad86..6f9773beac819 100644 --- a/.github/workflows/tidy-dependencies.yml +++ b/.github/workflows/tidy-dependencies.yml @@ -10,7 +10,7 @@ env: # We limit cache download as a whole to 5 minutes. SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2 # renovate: datasource=golang-version depName=go - GO_VERSION: "1.22.9" + GO_VERSION: "1.23.4" jobs: setup-environment: