Skip to content

Commit 9e5e0f9

Browse files
authored
Merge pull request #267 from wasmCloud/renovate/go-1.x
chore(deps): update dependency go to v1.24.2
2 parents 7a0bef7 + 4876de0 commit 9e5e0f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/component/sqldb-postgres-query/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module sqldb-postgres-query
22

33
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/stretchr/testify v1.10.0

examples/component/sqldb-postgres-query/test-harness/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module test-harness
22

33
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
go.bytecodealliance.org v0.5.0

examples/provider/http-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/wasmCloud/go/examples/provider/http-server
22

33
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
replace go.wasmcloud.dev/provider => ../../../provider
88

examples/provider/keyvalue-inmemory/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/wasmCloud/go/examples/provider/keyvalue-inmemory
22

33
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
replace go.wasmcloud.dev/provider => ../../../provider
88

provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.wasmcloud.dev/provider
22

33
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/nats-io/nats.go v1.40.1

0 commit comments

Comments
 (0)