Skip to content

Commit

Permalink
chore: update dependency go to v1.23.2 (#1248)
Browse files Browse the repository at this point in the history
* chore: update dependency go to v1.23.2

* fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ymk <[email protected]>
  • Loading branch information
renovate[bot] and yk-eukarya authored Oct 28, 2024
1 parent 3a38ce3 commit 859fc79
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 107 deletions.
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.23.1
go 1.23.2

use (
./server
Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/reearth/reearth-cms/server

go 1.23.1
go 1.23.2

require (
cloud.google.com/go/pubsub v1.45.1
Expand Down
4 changes: 1 addition & 3 deletions worker/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/reearth/reearth-cms/worker

go 1.23.1
go 1.23.2

require (
cloud.google.com/go/pubsub v1.45.1
Expand Down Expand Up @@ -78,7 +78,6 @@ require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/maruel/panicparse/v2 v2.3.1 // indirect
Expand Down Expand Up @@ -124,6 +123,5 @@ require (
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 859fc79

Please sign in to comment.