diff --git a/.github/workflows/build-and-test-arm.yml b/.github/workflows/build-and-test-arm.yml index 3823db9ed044..bfa253b0744d 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.3" # 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 e0491756159a..f75ecb4738d0 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.3" # 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 b13799fadb07..7ff411204a6a 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.3" # 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 1bbef96c0aa7..4b9b0f44e971 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.3" # 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 082141830390..982af325f6b5 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.3" # 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 0ce6c1bb90b0..dbbc8a00eb88 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.3" jobs: CodeQL-Build: runs-on: macos-latest diff --git a/.github/workflows/e2e-tests-windows.yml b/.github/workflows/e2e-tests-windows.yml index 209fd3d9a600..9e8110769575 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.3" jobs: collector-build: diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 242dfbba22b8..1881f21d820b 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.3" jobs: collector-build: runs-on: ubuntu-latest diff --git a/.github/workflows/load-tests.yml b/.github/workflows/load-tests.yml index 474d6766fb1b..a154db2da9de 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.3" jobs: setup-environment: diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 3c5d9f087336..208864dd63cf 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.3" jobs: # Releasing opentelemetry-collector-contrib prepare-release: diff --git a/.github/workflows/prometheus-compliance-tests.yml b/.github/workflows/prometheus-compliance-tests.yml index a63e83e00847..01c87b8319b3 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.3" jobs: prometheus-compliance-tests: diff --git a/.github/workflows/telemetrygen.yml b/.github/workflows/telemetrygen.yml index e38fdd28ca6c..e5644331d310 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.3" # 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 4c0dbe75dad8..1b3a52730411 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.3" jobs: setup-environment: