build(deps): use Go 1.23 instead of Go 1.22 (#21280)

This commit is contained in:
Julien Robert
2024-08-15 08:43:08 +00:00
committed by GitHub
parent 0fe3115dcf
commit 819330872c
70 changed files with 174 additions and 172 deletions
+2 -2
View File
@@ -1,5 +1,7 @@
module cosmossdk.io/indexer/postgres/testing
go 1.23
require (
cosmossdk.io/indexer/postgres v0.0.0-00010101000000-000000000000
cosmossdk.io/schema v0.1.1
@@ -31,5 +33,3 @@ require (
replace cosmossdk.io/indexer/postgres => ../.
replace cosmossdk.io/schema => ../../../schema
go 1.22