Skip to content

Commit c0a5abb

Browse files
authored
ci: uci/update-go (#454)
* chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23 * chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23
1 parent 54ece2d commit c0a5abb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ipfs/go-graphsync
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/google/go-cmp v0.5.9

testplans/graphsync/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ipfs/go-graphsync/testplans/graphsync
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/dgraph-io/badger/v2 v2.2007.3

0 commit comments

Comments
 (0)