You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/14 16:42:28 UTC

[GitHub] mdeuser commented on a change in pull request #104: Update Go Version

mdeuser commented on a change in pull request #104: Update Go Version
URL: https://github.com/apache/incubator-openwhisk-client-go/pull/104#discussion_r233526708
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -22,7 +22,7 @@ matrix:
         - os: linux
           sudo: required
           group: deprecated-2017Q3
-          go: 1.8
+          go: 1.9.3
 
 Review comment:
   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:
users@infra.apache.org


With regards,
Apache Git Services