mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
0cd7d097f1
Use the latest stable Go version (https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use)
10 lines
74 B
YAML
10 lines
74 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.x
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- go get -t -v ./...
|