Merge pull request #428 from nspcc-dev/feat/minimum_go_version

Add minimum go version to go.mod
This commit is contained in:
Roman Khimov 2019-10-17 11:46:51 +03:00 committed by GitHub
commit 85f7732d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
go.mod
View file

@ -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