go.mod: bump required go version to 1.14 (#868)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2020-06-10 09:07:39 -07:00 committed by GitHub
parent fe2369400c
commit b8ccfee499
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/pomerium/pomerium
go 1.12
go 1.14
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.0