Skip to content

Commit

Permalink
Update dependency go to v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 95f2390 commit e676f42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion edge/http/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/whitaker-io/machine/edge/http

go 1.21.5
go 1.22.0

require github.com/whitaker-io/machine/v3 v3.2.3

Expand Down
2 changes: 1 addition & 1 deletion edge/pubsub/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/whitaker-io/machine/edge/pubsub

go 1.21.5
go 1.22.0

require (
cloud.google.com/go/pubsub v1.33.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/whitaker-io/machine/v3

go 1.21.5
go 1.22.0

require github.com/whitaker-io/machine/common v0.1.1
2 changes: 1 addition & 1 deletion telemetry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/whitaker-io/machine/telemetry

go 1.21.5
go 1.22.0

require (
github.com/whitaker-io/machine/common v0.1.1
Expand Down

0 comments on commit e676f42

Please sign in to comment.