Skip to content

Commit fd1090a

Browse files
authored
ci: uci/update-go (#216)
* chore: bump go.mod to Go 1.22 and run go fix * chore: bump go.mod to Go 1.22 and run go fix
1 parent 85da689 commit fd1090a

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.21
3+
go 1.22
44

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ require (
2121
go.uber.org/atomic v1.6.0 // indirect
2222
)
2323

24-
go 1.21
24+
go 1.22

0 commit comments

Comments
 (0)