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:
@@ -5,7 +5,7 @@ go:
|
|||||||
- 1.1.2
|
- 1.1.2
|
||||||
- 1.2.2
|
- 1.2.2
|
||||||
- 1.3.3
|
- 1.3.3
|
||||||
- 1.4.3
|
- 1.4
|
||||||
- 1.5.4
|
- 1.5.4
|
||||||
- 1.6.2
|
- 1.6.2
|
||||||
- tip
|
- tip
|
||||||
|
Reference in New Issue
Block a user