rev up go to 1.13
parent
afd7bf74c1
commit
8b2ee30a83
|
|
@ -1,8 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
go_import_path: github.com/derailed/k9s
|
go_import_path: github.com/derailed/k9s
|
||||||
go:
|
go:
|
||||||
- "1.12"
|
- "1.13"
|
||||||
# - master
|
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
@ -13,9 +12,6 @@ sudo: false
|
||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
env:
|
|
||||||
- GO111MODULE=on
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go build
|
- go build
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue