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_r233044228
 
 

 ##########
 File path: build.gradle
 ##########
 @@ -37,6 +37,7 @@ subprojects {
 golang {
     packagePath = 'github.com/apache/incubator-openwhisk-cli' as String
     buildTags = (rootProject.findProperty('goTags')?:'').split(',')
+    goVersion = '1.9.3'
 
 Review comment:
   since travis allows a `1.9.x` specification to allow for the latest patch 
level, i believe the current travis setting of `1.9` will pull the `1.9.0` 
version.  this is confirmed by the travis output
   ```
   $ go version
   go version go1.9 linux/amd64
   ```

----------------------------------------------------------------
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