From 56eff42e0bb636160856f3e4038c76ff2415134b Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Wed, 11 Mar 2026 14:25:51 +0000 Subject: [PATCH] chore: bump go to 1.25.8 Signed-off-by: Mike Nguyen --- .build-tools/go.mod | 2 +- go.mod | 2 +- tests/certification/go.mod | 2 +- tests/e2e/pubsub/jetstream/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.build-tools/go.mod b/.build-tools/go.mod index aa2c1130fd..74fcb16385 100644 --- a/.build-tools/go.mod +++ b/.build-tools/go.mod @@ -1,6 +1,6 @@ module github.com/dapr/components-contrib/build-tools -go 1.24.13 +go 1.25.8 require ( github.com/dapr/components-contrib v0.0.0 diff --git a/go.mod b/go.mod index e245ab0611..46331013fb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dapr/components-contrib -go 1.24.13 +go 1.25.8 require ( cloud.google.com/go/datastore v1.20.0 diff --git a/tests/certification/go.mod b/tests/certification/go.mod index 293e60c2b8..de8f555ac9 100644 --- a/tests/certification/go.mod +++ b/tests/certification/go.mod @@ -1,6 +1,6 @@ module github.com/dapr/components-contrib/tests/certification -go 1.24.13 +go 1.25.8 require ( cloud.google.com/go/pubsub v1.49.0 diff --git a/tests/e2e/pubsub/jetstream/go.mod b/tests/e2e/pubsub/jetstream/go.mod index cad21d1ff1..3115d680db 100644 --- a/tests/e2e/pubsub/jetstream/go.mod +++ b/tests/e2e/pubsub/jetstream/go.mod @@ -1,6 +1,6 @@ module github.com/dapr/components-contrib/tests/e2e/pubsub/jetstream -go 1.24.13 +go 1.25.8 require ( github.com/dapr/components-contrib v1.10.6-0.20230403162214-9ee9d56cb7ea