build: Add go major version to go.mod (#5822)

This commit is contained in:
Simon Frei 2019-06-30 13:18:34 +02:00 committed by Jakob Borg
parent 863fe23347
commit 4cba433852
1 changed files with 2 additions and 0 deletions

2
go.mod
View File

@ -48,3 +48,5 @@ require (
gopkg.in/ldap.v2 v2.5.1
gopkg.in/yaml.v2 v2.2.2 // indirect
)
go 1.12