From 028cca09b6b2f380e428d8406fcbeb137376be5c Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Mon, 16 Jun 2025 09:50:23 -0700 Subject: [PATCH 1/2] Update golang to version 1.23.10 --- .github/workflows/ansible.yml | 2 +- .github/workflows/auto-instrumentation.yml | 2 +- .github/workflows/build-and-test.yml | 2 +- .github/workflows/darwin-test.yml | 2 +- .github/workflows/dotnet-instr-deployer-add-on.yml | 2 +- .github/workflows/gendependabot.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/lint-examples.yml | 2 +- .github/workflows/linux-package-test.yml | 2 +- .github/workflows/otelcol-fips.yml | 2 +- .github/workflows/splunk-ta-otel.yml | 2 +- .github/workflows/vuln-scans.yml | 2 +- .github/workflows/win-package-test.yml | 2 +- .github/workflows/windows-test.yml | 2 +- .gitlab-ci.yml | 2 +- examples/prometheus-federation/prom-counter/go.mod | 2 +- examples/splunk-hec-traces/tracing/go.mod | 2 +- examples/splunk-hec/logging/go.mod | 2 +- go.mod | 2 +- internal/signalfx-agent/go.mod | 2 +- internal/tools/go.mod | 2 +- packaging/dotnet-instr-deployer-add-on/go.mod | 2 +- pkg/extension/smartagentextension/go.mod | 2 +- pkg/processor/timestampprocessor/go.mod | 2 +- pkg/receiver/smartagentreceiver/go.mod | 2 +- tests/go.mod | 2 +- tests/tools/go.mod | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 411ac79b54..d32d8d2ad1 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -29,7 +29,7 @@ permissions: contents: write env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: setup-environment: diff --git a/.github/workflows/auto-instrumentation.yml b/.github/workflows/auto-instrumentation.yml index 283b6c1eec..fbb4ec7879 100644 --- a/.github/workflows/auto-instrumentation.yml +++ b/.github/workflows/auto-instrumentation.yml @@ -23,7 +23,7 @@ env: PYTHON_VERSION: '3.13' PIP_VERSION: '24.2' REQUIREMENTS_PATH: "packaging/tests/requirements.txt" - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: cross-compile: diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 540196d522..1c56232f61 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: setup-environment: diff --git a/.github/workflows/darwin-test.yml b/.github/workflows/darwin-test.yml index ac0f5819dd..96dc8ebc17 100644 --- a/.github/workflows/darwin-test.yml +++ b/.github/workflows/darwin-test.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 concurrency: group: darwin-test-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/dotnet-instr-deployer-add-on.yml b/.github/workflows/dotnet-instr-deployer-add-on.yml index caabbbdca3..76a3e55d57 100644 --- a/.github/workflows/dotnet-instr-deployer-add-on.yml +++ b/.github/workflows/dotnet-instr-deployer-add-on.yml @@ -23,7 +23,7 @@ on: default: '6b4ebe426ca6' env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 # Provide default values for non-manually triggered executions splunk_uf_version: ${{ github.event.inputs.splunk_uf_version || '9.4.0' }} splunk_uf_build_hash: ${{ github.event.inputs.splunk_uf_build_hash || '6b4ebe426ca6' }} diff --git a/.github/workflows/gendependabot.yml b/.github/workflows/gendependabot.yml index 9e16c6a280..bc4423aaee 100644 --- a/.github/workflows/gendependabot.yml +++ b/.github/workflows/gendependabot.yml @@ -8,7 +8,7 @@ on: - '.github/workflows/scripts/gendependabot.sh' env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: gendependabot: diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b36a6ea2e5..c58f6a10a0 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -11,7 +11,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: agent-bundle-linux: runs-on: ${{ fromJSON('["ubuntu-24.04", "otel-arm64"]')[matrix.ARCH == 'arm64'] }} diff --git a/.github/workflows/lint-examples.yml b/.github/workflows/lint-examples.yml index 0af1993204..d46d13af37 100644 --- a/.github/workflows/lint-examples.yml +++ b/.github/workflows/lint-examples.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: lint: diff --git a/.github/workflows/linux-package-test.yml b/.github/workflows/linux-package-test.yml index f653f0ecfd..0f6b61632f 100644 --- a/.github/workflows/linux-package-test.yml +++ b/.github/workflows/linux-package-test.yml @@ -22,7 +22,7 @@ env: PYTHON_VERSION: '3.13' PIP_VERSION: '24.2' REQUIREMENTS_PATH: "packaging/tests/requirements.txt" - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: setup-environment: diff --git a/.github/workflows/otelcol-fips.yml b/.github/workflows/otelcol-fips.yml index e6504ed607..14e252dbd3 100644 --- a/.github/workflows/otelcol-fips.yml +++ b/.github/workflows/otelcol-fips.yml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: otelcol-fips: diff --git a/.github/workflows/splunk-ta-otel.yml b/.github/workflows/splunk-ta-otel.yml index 2b2e50790b..7d33532c01 100644 --- a/.github/workflows/splunk-ta-otel.yml +++ b/.github/workflows/splunk-ta-otel.yml @@ -19,7 +19,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: setup-environment: name: setup-environment diff --git a/.github/workflows/vuln-scans.yml b/.github/workflows/vuln-scans.yml index 71b1d8390f..54f7b21125 100644 --- a/.github/workflows/vuln-scans.yml +++ b/.github/workflows/vuln-scans.yml @@ -14,7 +14,7 @@ on: - cron: '0 0 * * 1-5' # Every weekday at midnight UTC env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 concurrency: group: vuln-scans-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/win-package-test.yml b/.github/workflows/win-package-test.yml index 6a7735ca05..2436217315 100644 --- a/.github/workflows/win-package-test.yml +++ b/.github/workflows/win-package-test.yml @@ -22,7 +22,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 jobs: setup-environment: diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index 0c9dfd46e4..8f595417bf 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -8,7 +8,7 @@ on: paths: env: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 concurrency: group: windows-test-${{ github.event.pull_request.number || github.ref }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efbab557d5..1ef88b0439 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ default: - "$SECRETS_URL" variables: - GO_VERSION: 1.23.8 + GO_VERSION: 1.23.10 WIN_2019_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2019 WIN_2022_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2022 SPLUNK_OTELCOL_DOWNLOAD_BASE: diff --git a/examples/prometheus-federation/prom-counter/go.mod b/examples/prometheus-federation/prom-counter/go.mod index 9ab8454073..749597e42a 100644 --- a/examples/prometheus-federation/prom-counter/go.mod +++ b/examples/prometheus-federation/prom-counter/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/examples/prometheus-federation/prom-counter -go 1.23.8 +go 1.23.10 require ( go.opentelemetry.io/otel v0.20.0 diff --git a/examples/splunk-hec-traces/tracing/go.mod b/examples/splunk-hec-traces/tracing/go.mod index 94de2f6594..405bbaf488 100644 --- a/examples/splunk-hec-traces/tracing/go.mod +++ b/examples/splunk-hec-traces/tracing/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/examples/splunk-hec-traces/tracing -go 1.23.8 +go 1.23.10 require ( go.opentelemetry.io/otel v1.1.0 diff --git a/examples/splunk-hec/logging/go.mod b/examples/splunk-hec/logging/go.mod index c145fb6ddd..08b0cae07b 100644 --- a/examples/splunk-hec/logging/go.mod +++ b/examples/splunk-hec/logging/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/examples/splunk-hec/logging -go 1.23.8 +go 1.23.10 require go.uber.org/zap v1.27.0 diff --git a/go.mod b/go.mod index e1aaa6ce5f..99680be606 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector -go 1.23.8 +go 1.23.10 require ( github.com/alecthomas/participle/v2 v2.1.4 diff --git a/internal/signalfx-agent/go.mod b/internal/signalfx-agent/go.mod index c58aa92167..41e08180f5 100644 --- a/internal/signalfx-agent/go.mod +++ b/internal/signalfx-agent/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/signalfx-agent -go 1.23.8 +go 1.23.10 replace ( code.cloudfoundry.org/go-loggregator => github.com/signalfx/go-loggregator v1.0.1-0.20200205155641-5ba5ca92118d diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 6931dff81c..827f86c873 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/internal/tools -go 1.23.8 +go 1.23.10 require ( github.com/client9/misspell v0.3.4 diff --git a/packaging/dotnet-instr-deployer-add-on/go.mod b/packaging/dotnet-instr-deployer-add-on/go.mod index c9ee5af230..942883e497 100644 --- a/packaging/dotnet-instr-deployer-add-on/go.mod +++ b/packaging/dotnet-instr-deployer-add-on/go.mod @@ -1,6 +1,6 @@ module github.com/splunk/splunk_otel_dotnet_deployer -go 1.23.8 +go 1.23.10 require github.com/stretchr/testify v1.10.0 diff --git a/pkg/extension/smartagentextension/go.mod b/pkg/extension/smartagentextension/go.mod index a4bde7be93..c17a06f6e8 100644 --- a/pkg/extension/smartagentextension/go.mod +++ b/pkg/extension/smartagentextension/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/pkg/extension/smartagentextension -go 1.23.8 +go 1.23.10 require ( github.com/signalfx/defaults v1.2.2-0.20180531161417-70562fe60657 diff --git a/pkg/processor/timestampprocessor/go.mod b/pkg/processor/timestampprocessor/go.mod index 181c58b284..743abd52b4 100644 --- a/pkg/processor/timestampprocessor/go.mod +++ b/pkg/processor/timestampprocessor/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/pkg/processor/timestampprocessor -go 1.23.8 +go 1.23.10 require ( github.com/stretchr/testify v1.10.0 diff --git a/pkg/receiver/smartagentreceiver/go.mod b/pkg/receiver/smartagentreceiver/go.mod index f69f176049..57779e91e2 100644 --- a/pkg/receiver/smartagentreceiver/go.mod +++ b/pkg/receiver/smartagentreceiver/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/pkg/receiver/smartagentreceiver -go 1.23.8 +go 1.23.10 require ( github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.127.0 diff --git a/tests/go.mod b/tests/go.mod index c24c8c2f7d..30df43b6df 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/tests -go 1.23.8 +go 1.23.10 require ( github.com/docker/docker v28.2.2+incompatible diff --git a/tests/tools/go.mod b/tests/tools/go.mod index d893f20223..bbd43d0ea9 100644 --- a/tests/tools/go.mod +++ b/tests/tools/go.mod @@ -1,6 +1,6 @@ module github.com/signalfx/splunk-otel-collector/tests/tools -go 1.23.8 +go 1.23.10 require github.com/Songmu/gotesplit v0.3.1 From cad2b8749707250129694eba931c7a02f333a979 Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Mon, 16 Jun 2025 09:55:37 -0700 Subject: [PATCH 2/2] makge gendependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e26ee1d1f9..e375cc24dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -62,6 +62,13 @@ updates: - dependency-name: "github.com/open-telemetry/*" schedule: interval: "weekly" + - package-ecosystem: "gomod" + directory: "/packaging/technical-addon" + ignore: + - dependency-name: "go.opentelemetry.io/*" + - dependency-name: "github.com/open-telemetry/*" + schedule: + interval: "weekly" - package-ecosystem: "gomod" directory: "/pkg/extension/smartagentextension" ignore: