rev up go to 1.13
parent
afd7bf74c1
commit
8b2ee30a83
|
|
@ -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 ./...
|
||||
|
|
|
|||
Loading…
Reference in New Issue