diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 476b4661e86..27f542be7ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: compatibility-test: strategy: matrix: - go-version: ["1.26.0", "1.25.0", "1.24.0"] + go-version: ["1.26.0", "1.25.0"] platform: - os: ubuntu-latest arch: "386" diff --git a/CHANGELOG.md b/CHANGELOG.md index 069482412b8..67b5e0a912d 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.24]. (#8628) + diff --git a/README.md b/README.md index 3e93c841788..fbdc73a1f06 100644 --- a/README.md +++ b/README.md @@ -54,22 +54,16 @@ This project is tested on the following systems. | -------- | ---------- | ------------ | | Ubuntu | 1.26 | amd64 | | Ubuntu | 1.25 | amd64 | -| Ubuntu | 1.24 | amd64 | | Ubuntu | 1.26 | 386 | | Ubuntu | 1.25 | 386 | -| Ubuntu | 1.24 | 386 | | macOS | 1.26 | amd64 | | macOS | 1.25 | amd64 | -| macOS | 1.24 | amd64 | | macOS | 1.26 | arm64 | | macOS | 1.25 | arm64 | -| macOS | 1.24 | arm64 | | Windows | 1.26 | amd64 | | Windows | 1.25 | amd64 | -| Windows | 1.24 | amd64 | | Windows | 1.26 | 386 | | Windows | 1.25 | 386 | -| Windows | 1.24 | 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 e608c172561..6f853a75a81 100644 --- a/bridges/otellogr/go.mod +++ b/bridges/otellogr/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/otellogr -go 1.24.0 +go 1.25.0 require ( github.com/go-logr/logr v1.4.3 diff --git a/bridges/otellogrus/go.mod b/bridges/otellogrus/go.mod index 0c687121d6e..c7159326f1a 100644 --- a/bridges/otellogrus/go.mod +++ b/bridges/otellogrus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/otellogrus -go 1.24.0 +go 1.25.0 require ( github.com/sirupsen/logrus v1.9.4 diff --git a/bridges/otelslog/go.mod b/bridges/otelslog/go.mod index baa3ea939b6..da8f3c7bd0f 100644 --- a/bridges/otelslog/go.mod +++ b/bridges/otelslog/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/otelslog -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/bridges/otelzap/go.mod b/bridges/otelzap/go.mod index a84e95760a4..e972135790d 100644 --- a/bridges/otelzap/go.mod +++ b/bridges/otelzap/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/otelzap -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/bridges/prometheus/go.mod b/bridges/prometheus/go.mod index 060993af12d..9c2f2328adb 100644 --- a/bridges/prometheus/go.mod +++ b/bridges/prometheus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/bridges/prometheus -go 1.24.0 +go 1.25.0 require ( github.com/prometheus/client_golang v1.23.2 diff --git a/detectors/autodetect/go.mod b/detectors/autodetect/go.mod index af1b1887040..3a01e17b7b6 100644 --- a/detectors/autodetect/go.mod +++ b/detectors/autodetect/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/autodetect -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/detectors/aws/ec2/v2/go.mod b/detectors/aws/ec2/v2/go.mod index 3e9b65f791f..a826b2c43d8 100644 --- a/detectors/aws/ec2/v2/go.mod +++ b/detectors/aws/ec2/v2/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/aws/ec2/v2 -go 1.24.0 +go 1.25.0 require ( github.com/aws/aws-sdk-go-v2 v1.41.1 diff --git a/detectors/aws/ecs/go.mod b/detectors/aws/ecs/go.mod index 6650a5b4d40..dd2207600e8 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.24.0 +go 1.25.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 89de8eba375..ca37883b3f4 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.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/detectors/aws/lambda/go.mod b/detectors/aws/lambda/go.mod index 891e018f609..d1b1289731f 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.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/detectors/azure/azurevm/go.mod b/detectors/azure/azurevm/go.mod index 45d697acf20..4b88888db9f 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.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/detectors/gcp/go.mod b/detectors/gcp/go.mod index 35ec25f2025..fbaa6da80dd 100644 --- a/detectors/gcp/go.mod +++ b/detectors/gcp/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/detectors/gcp -go 1.24.0 +go 1.25.0 require ( cloud.google.com/go/compute/metadata v0.9.0 diff --git a/examples/dice/instrumented/go.mod b/examples/dice/instrumented/go.mod index 233bb3ea620..85c31fc7655 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.24.0 +go 1.25.0 require ( go.opentelemetry.io/contrib/bridges/otelslog v0.16.0 diff --git a/examples/dice/uninstrumented/go.mod b/examples/dice/uninstrumented/go.mod index 9cd7b45dd99..58f4f2650d2 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.24.0 +go 1.25.0 diff --git a/examples/namedtracer/go.mod b/examples/namedtracer/go.mod index a8537246deb..8e7c84471f5 100644 --- a/examples/namedtracer/go.mod +++ b/examples/namedtracer/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/namedtracer -go 1.24.0 +go 1.25.0 require ( github.com/go-logr/stdr v1.2.2 diff --git a/examples/opencensus/go.mod b/examples/opencensus/go.mod index 81663e1c1d9..b9e2692dfd8 100644 --- a/examples/opencensus/go.mod +++ b/examples/opencensus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/opencensus -go 1.24.0 +go 1.25.0 require ( go.opencensus.io v0.24.0 diff --git a/examples/otel-collector/go.mod b/examples/otel-collector/go.mod index 3ed57c64edd..fdccb1cc191 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.24.0 +go 1.25.0 require ( go.opentelemetry.io/otel v1.41.0 diff --git a/examples/passthrough/go.mod b/examples/passthrough/go.mod index 7cc2f68f9a6..05d0cc74c11 100644 --- a/examples/passthrough/go.mod +++ b/examples/passthrough/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/passthrough -go 1.24.0 +go 1.25.0 require ( go.opentelemetry.io/otel v1.41.0 diff --git a/examples/prometheus/go.mod b/examples/prometheus/go.mod index 09a5d3978e6..f9528d514f1 100644 --- a/examples/prometheus/go.mod +++ b/examples/prometheus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/examples/prometheus -go 1.24.0 +go 1.25.0 require ( github.com/prometheus/client_golang v1.23.2 diff --git a/exporters/autoexport/go.mod b/exporters/autoexport/go.mod index 5516d487b7a..ed6758da4ae 100644 --- a/exporters/autoexport/go.mod +++ b/exporters/autoexport/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/exporters/autoexport -go 1.24.0 +go 1.25.0 require ( github.com/prometheus/client_golang v1.23.2 diff --git a/go.mod b/go.mod index 453307cd4bb..c2af3ad7b9d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib -go 1.24.0 +go 1.25.0 require github.com/stretchr/testify v1.11.1 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 8804051be52..73c621cbccc 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.24.0 +go 1.25.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 5f79b5cab28..37a190b5c16 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.24.0 +go 1.25.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 1c94e9a94b1..121e88f06ad 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.24.0 +go 1.25.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 e5b8f74dac9..284bfa3c5c9 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.24.0 +go 1.25.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 48f9d655289..9ba79266965 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.24.0 +go 1.25.0 require ( github.com/aws/aws-sdk-go-v2 v1.41.1 diff --git a/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod b/instrumentation/github.com/emicklei/go-restful/otelrestful/go.mod index f26b3dd0cb7..13d457ad295 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.24.0 +go 1.25.0 replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators/b3 diff --git a/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod b/instrumentation/github.com/gin-gonic/gin/otelgin/go.mod index ee1de9ee3a2..e39318924e2 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.24.0 +go 1.25.0 require ( github.com/gin-gonic/gin v1.11.0 diff --git a/instrumentation/github.com/gorilla/mux/otelmux/go.mod b/instrumentation/github.com/gorilla/mux/otelmux/go.mod index f82f0d710ad..257b20c632b 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.24.0 +go 1.25.0 require ( github.com/felixge/httpsnoop v1.0.4 diff --git a/instrumentation/github.com/labstack/echo/otelecho/example/go.mod b/instrumentation/github.com/labstack/echo/otelecho/example/go.mod index 6d359a9a565..235ed3768b3 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.24.0 +go 1.25.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 af67838059e..27def77a06e 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.24.0 +go 1.25.0 replace go.opentelemetry.io/contrib/propagators/b3 => ../../../../../propagators/b3 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 1c4a7b9e143..a66caa6c80a 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.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 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 a0843ebcfb4..2546f38a881 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.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo/go.mod b/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo/go.mod index d81dafc3081..ccfc205f4b7 100644 --- a/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo/go.mod +++ b/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod b/instrumentation/google.golang.org/grpc/otelgrpc/example/go.mod index 1a39f522254..06bbafa1592 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.24.0 +go 1.25.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 d0053751e41..23dafe5dcd4 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.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/instrumentation/host/example/go.mod b/instrumentation/host/example/go.mod index d90dca37e32..c61b18993c8 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.24.0 +go 1.25.0 replace go.opentelemetry.io/contrib/instrumentation/host => ../ diff --git a/instrumentation/host/go.mod b/instrumentation/host/go.mod index 0d5de057031..3161c4f0ebd 100644 --- a/instrumentation/host/go.mod +++ b/instrumentation/host/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/host -go 1.24.0 +go 1.25.0 require ( github.com/shirou/gopsutil/v4 v4.26.2 diff --git a/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod b/instrumentation/net/http/httptrace/otelhttptrace/example/go.mod index 01df4a45d66..96b9fdf9e89 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.24.0 +go 1.25.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 2bf0302b999..dbb3c83e69a 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.24.0 +go 1.25.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/instrumentation/net/http/otelhttp/example/go.mod b/instrumentation/net/http/otelhttp/example/go.mod index b3b57750664..f4edcc485da 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.24.0 +go 1.25.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 d5735681ae2..4e2038e675f 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.24.0 +go 1.25.0 require ( github.com/felixge/httpsnoop v1.0.4 diff --git a/instrumentation/runtime/go.mod b/instrumentation/runtime/go.mod index aa2bf893c07..1f9e42f2908 100644 --- a/instrumentation/runtime/go.mod +++ b/instrumentation/runtime/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/instrumentation/runtime -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/otelconf/go.mod b/otelconf/go.mod index 58ebcc13143..b6d5a9d8b92 100644 --- a/otelconf/go.mod +++ b/otelconf/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/otelconf -go 1.24.0 +go 1.25.0 require ( github.com/prometheus/client_golang v1.23.2 diff --git a/processors/baggagecopy/go.mod b/processors/baggagecopy/go.mod index 064c1a379a0..8fcb1829717 100644 --- a/processors/baggagecopy/go.mod +++ b/processors/baggagecopy/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/processors/baggagecopy -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/processors/minsev/go.mod b/processors/minsev/go.mod index a7398493286..aea198c854d 100644 --- a/processors/minsev/go.mod +++ b/processors/minsev/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/processors/minsev -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/propagators/autoprop/go.mod b/propagators/autoprop/go.mod index 571cd1312ba..922a794f491 100644 --- a/propagators/autoprop/go.mod +++ b/propagators/autoprop/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/autoprop -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/propagators/aws/go.mod b/propagators/aws/go.mod index 9232d9ac1ba..0a2fe0a4d69 100644 --- a/propagators/aws/go.mod +++ b/propagators/aws/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/aws -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/propagators/b3/go.mod b/propagators/b3/go.mod index 978feb787f0..9b02f94342b 100644 --- a/propagators/b3/go.mod +++ b/propagators/b3/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/b3 -go 1.24.0 +go 1.25.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/propagators/jaeger/go.mod b/propagators/jaeger/go.mod index 034ef07eadc..d829cba9696 100644 --- a/propagators/jaeger/go.mod +++ b/propagators/jaeger/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/jaeger -go 1.24.0 +go 1.25.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 97113ff9b1a..c3367d3e347 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.24.0 +go 1.25.0 require ( go.opencensus.io v0.24.0 diff --git a/propagators/opencensus/go.mod b/propagators/opencensus/go.mod index a1b10a95606..78c72d37d03 100644 --- a/propagators/opencensus/go.mod +++ b/propagators/opencensus/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/opencensus -go 1.24.0 +go 1.25.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/propagators/ot/go.mod b/propagators/ot/go.mod index 42e793a3560..9c80faa9fd7 100644 --- a/propagators/ot/go.mod +++ b/propagators/ot/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/propagators/ot -go 1.24.0 +go 1.25.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 db0b71bdf6d..7a059e06415 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.24.0 +go 1.25.0 require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc diff --git a/samplers/jaegerremote/go.mod b/samplers/jaegerremote/go.mod index 6fed6fd3bee..310fd9eed6c 100644 --- a/samplers/jaegerremote/go.mod +++ b/samplers/jaegerremote/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/samplers/jaegerremote -go 1.24.0 +go 1.25.0 require ( github.com/go-logr/logr v1.4.3 diff --git a/samplers/probability/consistent/go.mod b/samplers/probability/consistent/go.mod index b59c8c3c028..28889d8aca1 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.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1 diff --git a/tools/go.mod b/tools/go.mod index d0b66245c35..d844676a862 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/tools -go 1.24.0 +go 1.25.0 exclude github.com/blizzy78/varnamelen v0.6.1 diff --git a/zpages/go.mod b/zpages/go.mod index 56e269e1dbf..7cdb35b852c 100644 --- a/zpages/go.mod +++ b/zpages/go.mod @@ -1,6 +1,6 @@ module go.opentelemetry.io/contrib/zpages -go 1.24.0 +go 1.25.0 require ( github.com/stretchr/testify v1.11.1