Skip to content

Commit

Permalink
ci: uci/update-go (#216)
Browse files Browse the repository at this point in the history
* chore: bump go.mod to Go 1.22 and run go fix

* chore: bump go.mod to Go 1.22 and run go fix
  • Loading branch information
web3-bot authored Aug 26, 2024
1 parent 85da689 commit fd1090a
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.21
go 1.22

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 @@ -21,4 +21,4 @@ require (
go.uber.org/atomic v1.6.0 // indirect
)

go 1.21
go 1.22

0 comments on commit fd1090a

Please sign in to comment.