Skip to content

Commit

Permalink
Pin runtime 1.14.0rc1 in Cert tests, Update Go to 1.22.5 (#3477)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <[email protected]>
  • Loading branch information
berndverst authored Jul 4, 2024
1 parent 8f53312 commit beb3f8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .build-tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dapr/components-contrib/build-tools

go 1.22.4
go 1.22.5

require (
github.com/dapr/components-contrib v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dapr/components-contrib

go 1.22.4
go 1.22.5

require (
cloud.google.com/go/datastore v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions tests/certification/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dapr/components-contrib/tests/certification

go 1.22.4
go 1.22.5

require (
cloud.google.com/go/pubsub v1.36.1
Expand All @@ -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.13.1
github.com/dapr/dapr v1.13.0
github.com/dapr/dapr v1.14.0-rc.1
github.com/dapr/go-sdk v1.10.0-rc-1.0.20240507160435-33180dd89a46
github.com/dapr/kit v0.13.1-0.20240523225705-106329e5839f
github.com/eclipse/paho.mqtt.golang v1.4.3
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/pubsub/jetstream/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dapr/components-contrib/tests/e2e/pubsub/jetstream

go 1.22.4
go 1.22.5

require (
github.com/dapr/components-contrib v1.10.6-0.20230403162214-9ee9d56cb7ea
Expand Down

0 comments on commit beb3f8f

Please sign in to comment.