7 lines
62 B
YAML
7 lines
62 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
install:
|
|
- go get -t ./...
|