Skip to content

Commit

Permalink
Merge pull request #82 from wasmCloud/renovate/go-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency go to v1.23.4
  • Loading branch information
joonas authored Dec 23, 2024
2 parents ace00fa + fb2984b commit 91f8910
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/component/sqldb-postgres-query/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module sqldb-postgres-query

go 1.23.0

toolchain go1.23.2
toolchain go1.23.4

require (
github.com/stretchr/testify v1.10.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module test-harness

go 1.23.0

toolchain go1.23.2
toolchain go1.23.4

require go.bytecodealliance.org v0.4.1

Expand Down
2 changes: 1 addition & 1 deletion examples/provider/http-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/wasmCloud/go/examples/provider/http-server

go 1.22.7

toolchain go1.23.2
toolchain go1.23.4

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

Expand Down
2 changes: 1 addition & 1 deletion examples/provider/keyvalue-inmemory/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/wasmCloud/go/examples/provider/keyvalue-inmemory

go 1.22.7

toolchain go1.23.2
toolchain go1.23.4

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

Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.wasmcloud.dev/provider

go 1.22.7

toolchain go1.23.2
toolchain go1.23.4

require (
github.com/nats-io/nats.go v1.37.0
Expand Down

0 comments on commit 91f8910

Please sign in to comment.