Skip to content

Commit 5cbb5e8

Browse files
authored
ci: uci/update-go (#219)
* 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 d05ae9e commit 5cbb5e8

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.22
3+
go 1.23
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
@@ -20,4 +20,4 @@ require (
2020
go.opentelemetry.io/otel/metric v1.16.0 // indirect
2121
)
2222

23-
go 1.22
23+
go 1.23

0 commit comments

Comments
 (0)