rev up go to 1.13

mine
derailed 2019-09-18 22:18:50 -06:00
parent afd7bf74c1
commit 8b2ee30a83
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,7 @@
language: go
go_import_path: github.com/derailed/k9s
go:
- "1.12"
# - master
- "1.13"
os:
- linux
@ -13,9 +12,6 @@ sudo: false
install: true
env:
- GO111MODULE=on
script:
- go build
- go test ./...

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/derailed/k9s
go 1.12
go 1.13
replace (
k8s.io/api => k8s.io/api v0.0.0-20190718183219-b59d8169aab5