gomod: upgrade minimum required go version up to 1.16

This commit is contained in:
Anna Shaleva 2022-02-22 19:28:44 +03:00 committed by AnnaShaleva
parent a4d402da86
commit a137552b16
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ NeoGo, `:latest` points to the latest release) or build yourself.
### Building
To build NeoGo you need Go 1.15+ and `make`:
To build NeoGo you need Go 1.16+ and `make`:
```
make build

View file

@ -1,5 +1,5 @@
module github.com/nspcc-dev/neo-go/examples/nft
go 1.15
go 1.16
require github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220310092710-5379ef75bbb9

2
go.mod
View file

@ -31,4 +31,4 @@ require (
gopkg.in/yaml.v2 v2.4.0
)
go 1.15
go 1.16