Skip to content

Commit 47c6082

Browse files
chore(deps): update dependency go to v1.24.3
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ab6153 commit 47c6082

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.2
5+
toolchain go1.24.3
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.2
5+
toolchain go1.24.3
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.2
5+
toolchain go1.24.3
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.2
5+
toolchain go1.24.3
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.2
5+
toolchain go1.24.3
66

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

0 commit comments

Comments
 (0)