From 5ede374d0b9d0914d052a007c65ed3ea19f0aa62 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Wed, 26 Feb 2025 10:39:42 -0800 Subject: [PATCH] Update cert tests and build chain to latest (#3681) Signed-off-by: yaron2 --- .build-tools/go.mod | 2 +- go.mod | 2 +- tests/certification/go.mod | 4 ++-- tests/e2e/pubsub/jetstream/go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.build-tools/go.mod b/.build-tools/go.mod index 968736700..23d4cdeb9 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.23.5 +go 1.23.6 require ( github.com/dapr/components-contrib v0.0.0 diff --git a/go.mod b/go.mod index 787f34ef1..59ee9b4b7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dapr/components-contrib -go 1.23.5 +go 1.23.6 require ( cloud.google.com/go/datastore v1.15.0 diff --git a/tests/certification/go.mod b/tests/certification/go.mod index e42f26bb9..63abb6dc6 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.23.5 +go 1.23.6 require ( cloud.google.com/go/pubsub v1.43.0 @@ -18,7 +18,7 @@ require ( github.com/cloudwego/kitex v0.5.0 github.com/cloudwego/kitex-examples v0.1.1 github.com/dapr/components-contrib v1.15.0-rc.1.0.20241216170750-aca5116d95c9 - github.com/dapr/dapr v1.14.3-0.20240916190634-9bc98db80afa + github.com/dapr/dapr v1.15.0-rc.18 github.com/dapr/go-sdk v1.10.0-rc-1.0.20240507160435-33180dd89a46 github.com/dapr/kit v0.13.1-0.20241127165251-30e2c24840b4 github.com/eclipse/paho.mqtt.golang v1.4.3 diff --git a/tests/e2e/pubsub/jetstream/go.mod b/tests/e2e/pubsub/jetstream/go.mod index 8454a55e7..1ee85b946 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.23.5 +go 1.23.6 require ( github.com/dapr/components-contrib v1.10.6-0.20230403162214-9ee9d56cb7ea