Merge pull request #20 from vulcanize/v0.1.0

bump go version
This commit is contained in:
Ian Norden 2021-12-29 14:03:10 -06:00 committed by GitHub
commit 8a46648418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/vulcanize/eth-ipfs-state-validator
go 1.13
go 1.15
require (
github.com/ethereum/go-ethereum v1.10.14