Skip to content

Commit b8cbe38

Browse files
authored
ci: uci/update-go (#456)
* chore!: bump go.mod to Go 1.24 and run go fix BREAKING CHANGE: Updating the Go version to 1.24 * chore!: bump go.mod to Go 1.24 and run go fix BREAKING CHANGE: Updating the Go version to 1.24
1 parent 03bb179 commit b8cbe38

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.23
3+
go 1.24
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.23
3+
go 1.24
44

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

0 commit comments

Comments
 (0)