go.mod: use Go 1.13

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2019-09-06 11:39:16 -07:00
parent 1dff148f69
commit 2cab6edf94

2
go.mod
View File

@ -48,3 +48,5 @@ require (
gopkg.in/yaml.v2 v2.2.2
sigs.k8s.io/yaml v1.1.0
)
go 1.13