mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
14 lines
245 B
YAML
14 lines
245 B
YAML
language: go
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
|
|
install:
|
|
- go get github.com/prometheus/client_golang/prometheus
|
|
- go get google.golang.org/grpc
|
|
- go get golang.org/x/net/context
|
|
- go get github.com/stretchr/testify
|
|
|
|
script:
|
|
- go test -race -v ./...
|