diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47a01ede600..4eccce50bd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: compatibility-test: strategy: matrix: - go-version: ["1.24.0", "1.23.0", "~1.22.4"] + go-version: ["1.24.0", "1.23.0"] platform: - os: ubuntu-latest arch: "386" diff --git a/CHANGELOG.md b/CHANGELOG.md index bcb6f82848d..818e63f9ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +### Removed + +- Drop support for [Go 1.22]. (#6853) + diff --git a/README.md b/README.md index a0950dc9f7c..5a723c2e129 100644 --- a/README.md +++ b/README.md @@ -54,22 +54,16 @@ This project is tested on the following systems. | -------- | ---------- | ------------ | | Ubuntu | 1.24 | amd64 | | Ubuntu | 1.23 | amd64 | -| Ubuntu | 1.22 | amd64 | | Ubuntu | 1.24 | 386 | | Ubuntu | 1.23 | 386 | -| Ubuntu | 1.22 | 386 | | macOS 13 | 1.24 | amd64 | | macOS 13 | 1.23 | amd64 | -| macOS 13 | 1.22 | amd64 | | macOS | 1.24 | arm64 | | macOS | 1.23 | arm64 | -| macOS | 1.22 | arm64 | | Windows | 1.24 | amd64 | | Windows | 1.23 | amd64 | -| Windows | 1.22 | amd64 | | Windows | 1.24 | 386 | | Windows | 1.23 | 386 | -| Windows | 1.22 | 386 | While this project should work for other systems, no compatibility guarantees are made for those systems currently. diff --git a/bridges/otellogr/go.mod b/bridges/otellogr/go.mod index 77a80731b4c..ba1102cf4e1 100644 --- a/bridges/otellogr/go.mod +++ b/bridges/otellogr/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/otellogr -go 1.22.0 +go 1.23.0 require ( github.com/go-logr/logr v1.4.2 diff --git a/bridges/otellogrus/go.mod b/bridges/otellogrus/go.mod index fb3cc6bf8c1..5e98a5b0a8c 100644 --- a/bridges/otellogrus/go.mod +++ b/bridges/otellogrus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/otellogrus -go 1.22.0 +go 1.23.0 require ( github.com/sirupsen/logrus v1.9.3 diff --git a/bridges/otelslog/go.mod b/bridges/otelslog/go.mod index ef5883c677d..71e580026da 100644 --- a/bridges/otelslog/go.mod +++ b/bridges/otelslog/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/otelslog -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/bridges/otelzap/go.mod b/bridges/otelzap/go.mod index c70f8ae22b6..467ad5074d3 100644 --- a/bridges/otelzap/go.mod +++ b/bridges/otelzap/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/otelzap -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/bridges/prometheus/go.mod b/bridges/prometheus/go.mod index 6965723ff5b..04c78df969b 100644 --- a/bridges/prometheus/go.mod +++ b/bridges/prometheus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/prometheus -go 1.22.0 +go 1.23.0 require ( github.com/prometheus/client_golang v1.21.1 diff --git a/config/go.mod b/config/go.mod index 8089e3d62ae..149223687c4 100644 --- a/config/go.mod +++ b/config/go.mod @@ -2,7 +2,7 @@ // This is the last release of this module. module go.opentelemetry.io/contrib/config -go 1.22.0 +go 1.23.0 require ( github.com/prometheus/client_golang v1.21.1 diff --git a/detectors/aws/ec2/go.mod b/detectors/aws/ec2/go.mod index 805b9d14625..56e1f47f550 100644 --- a/detectors/aws/ec2/go.mod +++ b/detectors/aws/ec2/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/aws/ec2 -go 1.22.0 +go 1.23.0 require ( github.com/aws/aws-sdk-go v1.55.6 diff --git a/detectors/aws/ecs/go.mod b/detectors/aws/ecs/go.mod index 3fabfce47d4..0743c268ee8 100644 --- a/detectors/aws/ecs/go.mod +++ b/detectors/aws/ecs/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/aws/ecs -go 1.22.0 +go 1.23.0 require ( github.com/brunoscheufler/aws-ecs-metadata-go v0.0.0-20221221133751-67e37ae746cd diff --git a/detectors/aws/eks/go.mod b/detectors/aws/eks/go.mod index 6458f693970..d767b5e1682 100644 --- a/detectors/aws/eks/go.mod +++ b/detectors/aws/eks/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/aws/eks -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/detectors/aws/lambda/go.mod b/detectors/aws/lambda/go.mod index 5a2db5f32e9..2a4742e1a64 100644 --- a/detectors/aws/lambda/go.mod +++ b/detectors/aws/lambda/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/aws/lambda -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/detectors/azure/azurevm/go.mod b/detectors/azure/azurevm/go.mod index 3976144ecd1..620041f39d8 100644 --- a/detectors/azure/azurevm/go.mod +++ b/detectors/azure/azurevm/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/azure/azurevm -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/detectors/gcp/go.mod b/detectors/gcp/go.mod index e9732957837..22eea8d906e 100644 --- a/detectors/gcp/go.mod +++ b/detectors/gcp/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/gcp -go 1.22.0 +go 1.23.0 require ( cloud.google.com/go/compute/metadata v0.6.0 diff --git a/examples/dice/instrumented/go.mod b/examples/dice/instrumented/go.mod index 8fc36bad078..5b5234612b5 100644 --- a/examples/dice/instrumented/go.mod +++ b/examples/dice/instrumented/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/dice/instrumented -go 1.22.0 +go 1.23.0 require ( go.opentelemetry.io/contrib/bridges/otelslog v0.10.0 diff --git a/examples/dice/uninstrumented/go.mod b/examples/dice/uninstrumented/go.mod index a2e01f4d5b1..d612cad6916 100644 --- a/examples/dice/uninstrumented/go.mod +++ b/examples/dice/uninstrumented/go.mod @@ -1,3 +1,3 @@ module go.opentelemetry.io/contrib/examples/dice/uninstrumented -go 1.22 +go 1.23.0 diff --git a/examples/namedtracer/go.mod b/examples/namedtracer/go.mod index 5e5f04bed35..4459fd364a8 100644 --- a/examples/namedtracer/go.mod +++ b/examples/namedtracer/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/namedtracer -go 1.22.0 +go 1.23.0 require ( github.com/go-logr/stdr v1.2.2 diff --git a/examples/opencensus/go.mod b/examples/opencensus/go.mod index 6fd47a31c20..b987bd1bfe0 100644 --- a/examples/opencensus/go.mod +++ b/examples/opencensus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/opencensus -go 1.22.0 +go 1.23.0 require ( go.opencensus.io v0.24.0 diff --git a/examples/otel-collector/go.mod b/examples/otel-collector/go.mod index a3ce8e446d8..2e22eace0f5 100644 --- a/examples/otel-collector/go.mod +++ b/examples/otel-collector/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/otel-collector -go 1.22.0 +go 1.23.0 require ( go.opentelemetry.io/otel v1.35.0 diff --git a/examples/passthrough/go.mod b/examples/passthrough/go.mod index 9920094fdd1..6139505bced 100644 --- a/examples/passthrough/go.mod +++ b/examples/passthrough/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/passthrough -go 1.22.0 +go 1.23.0 require ( go.opentelemetry.io/otel v1.35.0 diff --git a/examples/prometheus/go.mod b/examples/prometheus/go.mod index c910d7d7619..2df3853021a 100644 --- a/examples/prometheus/go.mod +++ b/examples/prometheus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/prometheus -go 1.22.0 +go 1.23.0 require ( github.com/prometheus/client_golang v1.21.1 diff --git a/examples/zipkin/go.mod b/examples/zipkin/go.mod index eb1beda7f5b..697a767c54b 100644 --- a/examples/zipkin/go.mod +++ b/examples/zipkin/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/zipkin -go 1.22.0 +go 1.23.0 require ( go.opentelemetry.io/otel v1.35.0 diff --git a/exporters/autoexport/go.mod b/exporters/autoexport/go.mod index e9372300118..4d8779c3e28 100644 --- a/exporters/autoexport/go.mod +++ b/exporters/autoexport/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/exporters/autoexport -go 1.22.0 +go 1.23.0 require ( github.com/prometheus/client_golang v1.21.1 diff --git a/go.mod b/go.mod index 6cedc8c67c9..cb8ac7e569e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib -go 1.22 +go 1.23.0 require github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod index 197d04c19a5..786c9a89c9d 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/example -go 1.22.0 +go 1.23.0 replace ( go.opentelemetry.io/contrib/detectors/aws/lambda => ../../../../../../detectors/aws/lambda diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod index 767af2a8fa6..69d8f02c5e6 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda -go 1.22.0 +go 1.23.0 require ( github.com/aws/aws-lambda-go v1.47.0 diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod index ab9c49a0a85..441492031ac 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/test -go 1.22.0 +go 1.23.0 replace ( go.opentelemetry.io/contrib/detectors/aws/lambda => ../../../../../../detectors/aws/lambda diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod index 3c1ca244205..601da2a941f 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig -go 1.22.0 +go 1.23.0 replace ( go.opentelemetry.io/contrib/detectors/aws/lambda => ../../../../../../detectors/aws/lambda diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod index ce680f392bb..612df0eefa0 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example -go 1.22.0 +go 1.23.0 replace go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws => ../ diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod index 459f5c66c54..86669c167f0 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws -go 1.22.0 +go 1.23.0 require ( github.com/aws/aws-sdk-go-v2 v1.36.3 diff --git a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod index bdab8a96f4f..ded123c4ef4 100644 --- a/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod +++ b/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/test -go 1.22.0 +go 1.23.0 require ( github.com/aws/aws-sdk-go-v2 v1.36.3 diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod b/instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod index 5e8c29eba2c..f04de172822 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful/example -go 1.22.0 +go 1.23.0 replace ( go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful => ../ diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod b/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod index d9d5ea29837..63fad981ab2 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful -go 1.22.0 +go 1.23.0 replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators/b3 diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/internal/semconv/test/go.mod b/instrumentation/github.com/emicklei/go-restful/otelrestful/internal/semconv/test/go.mod index cc624dd11bf..4b3d3c32bde 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/internal/semconv/test/go.mod +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/internal/semconv/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful/internal/semconv/test -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod b/instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod index 6985b60a82a..5d00031e65f 100644 --- a/instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod +++ b/instrumentation/github.com/emicklei/go-restful/otelrestful/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful/test -go 1.22.0 +go 1.23.0 require ( github.com/emicklei/go-restful/v3 v3.12.2 diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod b/instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod index d3dd87ff7ba..a4c5fd1a988 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin/example -go 1.22.0 +go 1.23.0 replace ( go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin => ../ diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod b/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod index b4e981594e8..d0330d854b4 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin -go 1.22.0 +go 1.23.0 require ( github.com/gin-gonic/gin v1.10.0 diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/internal/semconv/test/go.mod b/instrumentation/github.com/gin-gonic/gin/otelgin/internal/semconv/test/go.mod index 20259ca34eb..ec375a6c193 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/internal/semconv/test/go.mod +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/internal/semconv/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin/internal/semconv/test -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod b/instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod index 84308af8424..03deeb5af02 100644 --- a/instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod +++ b/instrumentation/github.com/gin-gonic/gin/otelgin/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin/test -go 1.22.0 +go 1.23.0 require ( github.com/gin-gonic/gin v1.10.0 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod index 7561fc4756c..a547f6ea06e 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux/example -go 1.22.0 +go 1.23.0 replace go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux => ../ diff --git a/instrumentation/github.com/gorilla/mux/otelmux/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/go.mod index e1ea5cb12e1..2998b612ea7 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux -go 1.22.0 +go 1.23.0 require ( github.com/felixge/httpsnoop v1.0.4 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/internal/semconv/test/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/internal/semconv/test/go.mod index e8a42839d12..5ba19472be6 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/internal/semconv/test/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/internal/semconv/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux/internal/semconv/test -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod index 021c57433aa..19f591c0093 100644 --- a/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod +++ b/instrumentation/github.com/gorilla/mux/otelmux/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux/test -go 1.22.0 +go 1.23.0 require ( github.com/gorilla/mux v1.8.1 diff --git a/instrumentation/github.com/labstack/echo/otelecho/example/go.mod b/instrumentation/github.com/labstack/echo/otelecho/example/go.mod index dd5919738b6..c8961267312 100644 --- a/instrumentation/github.com/labstack/echo/otelecho/example/go.mod +++ b/instrumentation/github.com/labstack/echo/otelecho/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho/example -go 1.22.0 +go 1.23.0 replace ( go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho => ../ diff --git a/instrumentation/github.com/labstack/echo/otelecho/go.mod b/instrumentation/github.com/labstack/echo/otelecho/go.mod index 668ea671077..252933e18a7 100644 --- a/instrumentation/github.com/labstack/echo/otelecho/go.mod +++ b/instrumentation/github.com/labstack/echo/otelecho/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho -go 1.22.0 +go 1.23.0 replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators/b3 diff --git a/instrumentation/github.com/labstack/echo/otelecho/test/go.mod b/instrumentation/github.com/labstack/echo/otelecho/test/go.mod index 497b5f97bfa..a1c537969b9 100644 --- a/instrumentation/github.com/labstack/echo/otelecho/test/go.mod +++ b/instrumentation/github.com/labstack/echo/otelecho/test/go.mod @@ -1,7 +1,7 @@ // Deprecated: otelecho has no Code Owner. module go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho/test -go 1.22.0 +go 1.23.0 require ( github.com/labstack/echo/v4 v4.13.3 diff --git a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/go.mod b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/go.mod index 3b76a460634..cf5e46b14b3 100644 --- a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/go.mod +++ b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod index e800e6e1ee3..51c9307aa79 100644 --- a/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod +++ b/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod b/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod index 19938a87843..e280a5e17e1 100644 --- a/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod +++ b/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/example -go 1.22.0 +go 1.23.0 replace go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => ../ diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/go.mod b/instrumentation/google.golang.org/grpc/otelgrpc/go.mod index 2113a7d2a13..fcb6dfa2bc3 100644 --- a/instrumentation/google.golang.org/grpc/otelgrpc/go.mod +++ b/instrumentation/google.golang.org/grpc/otelgrpc/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/test/go.mod b/instrumentation/google.golang.org/grpc/otelgrpc/test/go.mod index 87bb79a99d5..ce931e5dd2c 100644 --- a/instrumentation/google.golang.org/grpc/otelgrpc/test/go.mod +++ b/instrumentation/google.golang.org/grpc/otelgrpc/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/test -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/host/example/go.mod b/instrumentation/host/example/go.mod index 0111c8d92e8..aad1fe6515a 100644 --- a/instrumentation/host/example/go.mod +++ b/instrumentation/host/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/host/example -go 1.22.0 +go 1.23.0 replace go.opentelemetry.io/contrib/instrumentation/host => ../ diff --git a/instrumentation/host/go.mod b/instrumentation/host/go.mod index c8c5af1873c..8525015ee11 100644 --- a/instrumentation/host/go.mod +++ b/instrumentation/host/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/host -go 1.22.0 +go 1.23.0 require ( github.com/shirou/gopsutil/v4 v4.25.2 diff --git a/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod b/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod index b9b1ba0dbc9..dd1b470e065 100644 --- a/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod +++ b/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example -go 1.22.0 +go 1.23.0 replace ( go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace => ../ diff --git a/instrumentation/net/http/httptrace/otelhttptrace/go.mod b/instrumentation/net/http/httptrace/otelhttptrace/go.mod index f0fdf0bd706..9e58aac2867 100644 --- a/instrumentation/net/http/httptrace/otelhttptrace/go.mod +++ b/instrumentation/net/http/httptrace/otelhttptrace/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace -go 1.22.0 +go 1.23.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/instrumentation/net/http/httptrace/otelhttptrace/test/go.mod b/instrumentation/net/http/httptrace/otelhttptrace/test/go.mod index 75ade5ca24a..2d4beb2e1af 100644 --- a/instrumentation/net/http/httptrace/otelhttptrace/test/go.mod +++ b/instrumentation/net/http/httptrace/otelhttptrace/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/test -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/net/http/otelhttp/example/go.mod b/instrumentation/net/http/otelhttp/example/go.mod index a1a62ff4af3..a791299b78d 100644 --- a/instrumentation/net/http/otelhttp/example/go.mod +++ b/instrumentation/net/http/otelhttp/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example -go 1.22.0 +go 1.23.0 replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => ../ diff --git a/instrumentation/net/http/otelhttp/go.mod b/instrumentation/net/http/otelhttp/go.mod index 1997b466238..2f20b4255d1 100644 --- a/instrumentation/net/http/otelhttp/go.mod +++ b/instrumentation/net/http/otelhttp/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -go 1.22.0 +go 1.23.0 require ( github.com/felixge/httpsnoop v1.0.4 diff --git a/instrumentation/net/http/otelhttp/internal/semconv/test/go.mod b/instrumentation/net/http/otelhttp/internal/semconv/test/go.mod index c0d66957056..8c389fd61a6 100644 --- a/instrumentation/net/http/otelhttp/internal/semconv/test/go.mod +++ b/instrumentation/net/http/otelhttp/internal/semconv/test/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv/test -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/instrumentation/runtime/go.mod b/instrumentation/runtime/go.mod index 7e358cdc018..d103e23cb72 100644 --- a/instrumentation/runtime/go.mod +++ b/instrumentation/runtime/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/runtime -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/otelconf/go.mod b/otelconf/go.mod index 23d5bd14322..afb61bd34b5 100644 --- a/otelconf/go.mod +++ b/otelconf/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/otelconf -go 1.22.0 +go 1.23.0 require ( github.com/prometheus/client_golang v1.21.1 diff --git a/processors/baggagecopy/go.mod b/processors/baggagecopy/go.mod index 180d2813c27..84fa2905e7b 100644 --- a/processors/baggagecopy/go.mod +++ b/processors/baggagecopy/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/processors/baggagecopy -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/processors/minsev/go.mod b/processors/minsev/go.mod index 934042f695f..e3c1295fa93 100644 --- a/processors/minsev/go.mod +++ b/processors/minsev/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/processors/minsev -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/propagators/autoprop/go.mod b/propagators/autoprop/go.mod index 848c1a5c30c..72cb878d7e9 100644 --- a/propagators/autoprop/go.mod +++ b/propagators/autoprop/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/autoprop -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/propagators/aws/go.mod b/propagators/aws/go.mod index 3a8338bb046..a7dc6a83c68 100644 --- a/propagators/aws/go.mod +++ b/propagators/aws/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/aws -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/propagators/b3/go.mod b/propagators/b3/go.mod index 45ac9c398d5..555a91febed 100644 --- a/propagators/b3/go.mod +++ b/propagators/b3/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/b3 -go 1.22.0 +go 1.23.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/propagators/jaeger/go.mod b/propagators/jaeger/go.mod index a071d2dd3d1..594c707b760 100644 --- a/propagators/jaeger/go.mod +++ b/propagators/jaeger/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/jaeger -go 1.22.0 +go 1.23.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/propagators/opencensus/examples/go.mod b/propagators/opencensus/examples/go.mod index 761de713948..2b6297d020b 100644 --- a/propagators/opencensus/examples/go.mod +++ b/propagators/opencensus/examples/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/opencensus/examples -go 1.22.0 +go 1.23.0 require ( go.opencensus.io v0.24.0 diff --git a/propagators/opencensus/go.mod b/propagators/opencensus/go.mod index f6e7f737bcf..83f668bff7d 100644 --- a/propagators/opencensus/go.mod +++ b/propagators/opencensus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/opencensus -go 1.22.0 +go 1.23.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/propagators/ot/go.mod b/propagators/ot/go.mod index 1b1786f5ac8..f9995435aa4 100644 --- a/propagators/ot/go.mod +++ b/propagators/ot/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/ot -go 1.22.0 +go 1.23.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/samplers/jaegerremote/example/go.mod b/samplers/jaegerremote/example/go.mod index 41095fbdae2..e84a255d7d8 100644 --- a/samplers/jaegerremote/example/go.mod +++ b/samplers/jaegerremote/example/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/samplers/jaegerremote/example -go 1.22.0 +go 1.23.0 require ( github.com/davecgh/go-spew v1.1.1 diff --git a/samplers/jaegerremote/go.mod b/samplers/jaegerremote/go.mod index de9761c48da..d4671a20acd 100644 --- a/samplers/jaegerremote/go.mod +++ b/samplers/jaegerremote/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/samplers/jaegerremote -go 1.22.0 +go 1.23.0 require ( github.com/go-logr/logr v1.4.2 diff --git a/samplers/probability/consistent/go.mod b/samplers/probability/consistent/go.mod index 5d94668cbf3..9a97625b584 100644 --- a/samplers/probability/consistent/go.mod +++ b/samplers/probability/consistent/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/samplers/probability/consistent -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0 diff --git a/zpages/go.mod b/zpages/go.mod index 32acc2e56b8..42c0d0785a7 100644 --- a/zpages/go.mod +++ b/zpages/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/zpages -go 1.22.0 +go 1.23.0 require ( github.com/stretchr/testify v1.10.0