Skip to content

Commit e34b22f

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fuzz/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-datastore/fuzz
22

3-
go 1.23.0
3+
go 1.24
44

55
require (
66
github.com/ipfs/go-datastore v0.8.2

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-datastore
22

3-
go 1.23.0
3+
go 1.24
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)