6 lines
No EOL
71 B
YAML
6 lines
No EOL
71 B
YAML
language: go
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- tip
|
|
install: go get -d -t -v ./... |