Skip to content

Commit 36d751b

Browse files
authored
chore!: bump go.mod to Go 1.22 and run go fix (#309)
* chore: bump go.mod to Go 1.22 and run go fix * fix: stop using the deprecated io/ioutil package
1 parent 4d89bcf commit 36d751b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

builtin/shared.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package builtin
22

33
import (
44
"context"
5+
56
"github.com/filecoin-project/go-state-types/big"
67
"github.com/ipfs/go-cid"
78
cbor "github.com/ipfs/go-ipld-cbor"

builtin/v10/check.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package v10
33
import (
44
"bytes"
55
"fmt"
6+
67
"github.com/filecoin-project/go-state-types/builtin/v10/datacap"
78
"github.com/filecoin-project/go-state-types/builtin/v10/evm"
89
"github.com/filecoin-project/go-state-types/manifest"

builtin/v10/evm/invariants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package evm
22

33
import (
44
"bytes"
5+
56
"github.com/filecoin-project/go-state-types/abi"
67
"github.com/filecoin-project/go-state-types/builtin"
78
"github.com/filecoin-project/go-state-types/builtin/v10/util/adt"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filecoin-project/go-state-types
22

3-
go 1.21
3+
go 1.22
44

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

0 commit comments

Comments
 (0)