Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

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

* fix: stop using the deprecated io/ioutil package
  • Loading branch information
web3-bot authored Aug 14, 2023
1 parent 1b1706a commit 8bfbb8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dag.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/ipfs/boxo/coreiface/options"
"github.com/ipfs/boxo/coreiface/path"
"github.com/ipfs/go-block-format"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid"
format "github.com/ipfs/go-ipld-format"
multicodec "github.com/multiformats/go-multicodec"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ require (
lukechampine.com/blake3 v1.2.1 // indirect
)

go 1.19
go 1.20

0 comments on commit 8bfbb8a

Please sign in to comment.