Skip to content

Commit

Permalink
ci: uci/update-go (#219)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
web3-bot authored Feb 16, 2025
1 parent d05ae9e commit 5cbb5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzz/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/go-datastore/fuzz

go 1.22
go 1.23

require (
github.com/ipfs/go-datastore v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ require (
go.opentelemetry.io/otel/metric v1.16.0 // indirect
)

go 1.22
go 1.23

0 comments on commit 5cbb5e8

Please sign in to comment.