Letting Travis CI select the patch version of Go 1.4 to use
The last release of Go 1.4 when installed on Travis CI does not have go vet installed. Letting Travis CI select the patch version instead.
This commit is contained in:
parent
cd230f3a88
commit
0a3c5e7516
@ -5,7 +5,7 @@ go:
|
||||
- 1.1.2
|
||||
- 1.2.2
|
||||
- 1.3.3
|
||||
- 1.4.3
|
||||
- 1.4
|
||||
- 1.5.4
|
||||
- 1.6.2
|
||||
- tip
|
||||
|
Loading…
Reference in New Issue
Block a user