mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-21 23:29:38 +00:00
Add minimum go version to go.mod
This commit is contained in:
parent
b9fc34e8c3
commit
c31ba8f8b2
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -33,3 +33,5 @@ require (
|
|||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
||||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
||||
)
|
||||
|
||||
go 1.12
|
||||
|
|
Loading…
Reference in a new issue