diff --git a/.github/workflows/build-and-test-arm.yml b/.github/workflows/build-and-test-arm.yml index 3823db9ed0449..bfa253b0744d7 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 e0491756159a0..f75ecb4738d00 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 b13799fadb077..7ff411204a6a2 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 a0e6bc3b65412..fec66076001e4 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 c4ca1a545a8b1..cafa7061f0858 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" concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0ce6c1bb90b0f..dbbc8a00eb889 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 209fd3d9a600a..9e81107695752 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 242dfbba22b89..1881f21d820bb 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 474d6766fb1b8..a154db2da9de7 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 3c5d9f087336a..208864dd63cfe 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 a63e83e008470..01c87b8319b33 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 e38fdd28ca6c4..e5644331d3107 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 4c0dbe75dad86..1b3a527304113 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: