mdeuser commented on a change in pull request #379: Pin go version used by 
gogradle
URL: 
https://github.com/apache/incubator-openwhisk-cli/pull/379#discussion_r233045410
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -22,7 +22,7 @@ matrix:
     - os: linux
       sudo: required
       group: deprecated-2017Q3
-      go: 1.9
+      go: 1.9.3
 
 Review comment:
   oh.. could you please add quotes around the version to conform with a 
travis/go version best practice ( 
https://docs.travis-ci.com/user/languages/go/).  thanks!
   > Note that, in order to choose Go 1.10, you must use go: "1.10" (a string), 
not go: 1.10 (a float). Using a float results in the use of Go 1.1.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to