diff --git a/.github/workflows/build-and-test-arm.yml b/.github/workflows/build-and-test-arm.yml index 3823db9ed044..7801d18d9e9a 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 e0491756159a..f5b4a5e608c3 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 b13799fadb07..a0d4424a8eec 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 1bbef96c0aa7..6a034402ff1d 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 082141830390..95c2ca6643db 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 0ce6c1bb90b0..d350eec30016 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 209fd3d9a600..e610b4d0a514 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 242dfbba22b8..8cba7c07859e 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 474d6766fb1b..2610737d8a85 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 3c5d9f087336..9581daed7a5b 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 a63e83e00847..0405519ad012 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 e38fdd28ca6c..e4f424a8434e 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 4c0dbe75dad8..6f9773beac81 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: diff --git a/cmd/telemetrygen/go.mod b/cmd/telemetrygen/go.mod index a07a4cfee344..bc21f3d7f280 100644 --- a/cmd/telemetrygen/go.mod +++ b/cmd/telemetrygen/go.mod @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetryge go 1.22.7 -toolchain go1.22.8 +toolchain go1.23.4 require ( github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 diff --git a/cmd/telemetrygen/internal/e2etest/go.mod b/cmd/telemetrygen/internal/e2etest/go.mod index d411af4edb75..1aa60d2234f8 100644 --- a/cmd/telemetrygen/internal/e2etest/go.mod +++ b/cmd/telemetrygen/internal/e2etest/go.mod @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetryge go 1.22.7 -toolchain go1.22.8 +toolchain go1.23.4 require ( github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen v0.114.0