Bump to go 1.13

This commit is contained in:
Lili Cosic
2020-04-17 09:53:19 +02:00
parent 926337feac
commit b0f70c173b
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ dist: xenial
language: go language: go
go: go:
- "1.12.x" - "1.13.x"
go_import_path: github.com/coreos/kube-prometheus go_import_path: github.com/coreos/kube-prometheus
cache: cache:

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/coreos/kube-prometheus module github.com/coreos/kube-prometheus
go 1.12 go 1.13
require ( require (
github.com/Jeffail/gabs v1.2.0 github.com/Jeffail/gabs v1.2.0