Skip to content

Commit

Permalink
build: use go1.23.2 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-rushakoff committed Oct 25, 2024
1 parent 14dd9c1 commit eb84680
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gcosmos/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gordian-engine/gordian/gcosmos

go 1.23
go 1.23.2

require (
github.com/cosmos/gogoproto v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion gcosmos/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 (
.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gordian-engine/gordian

go 1.23
go 1.23.2

require (
github.com/bits-and-blooms/bitset v1.13.0
Expand Down
2 changes: 1 addition & 1 deletion tmsqlite/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gordian-engine/gordian/tmsqlite

go 1.23.1
go 1.23.2

require (
github.com/gordian-engine/gordian v0.0.0
Expand Down

0 comments on commit eb84680

Please sign in to comment.