Skip to content

Commit

Permalink
chore!: bump go.mod to Go 1.22 and run go fix (#309)
Browse files Browse the repository at this point in the history
* chore: bump go.mod to Go 1.22 and run go fix

* fix: stop using the deprecated io/ioutil package
  • Loading branch information
web3-bot authored Aug 26, 2024
1 parent 4d89bcf commit 36d751b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions builtin/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package builtin

import (
"context"

"github.com/filecoin-project/go-state-types/big"
"github.com/ipfs/go-cid"
cbor "github.com/ipfs/go-ipld-cbor"
Expand Down
1 change: 1 addition & 0 deletions builtin/v10/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package v10
import (
"bytes"
"fmt"

"github.com/filecoin-project/go-state-types/builtin/v10/datacap"
"github.com/filecoin-project/go-state-types/builtin/v10/evm"
"github.com/filecoin-project/go-state-types/manifest"
Expand Down
1 change: 1 addition & 0 deletions builtin/v10/evm/invariants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package evm

import (
"bytes"

"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/builtin"
"github.com/filecoin-project/go-state-types/builtin/v10/util/adt"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/go-state-types

go 1.21
go 1.22

retract v0.12.7 // wrongfully skipped a patch version, use v0.12.6 or v0.12.8&^

Expand Down

0 comments on commit 36d751b

Please sign in to comment.