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_r233030537
 
 

 ##########
 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:
   current go version used to build the published cli is 1.9
   
https://github.com/apache/incubator-openwhisk-cli/blob/701107f9d73dc455d67e3409a1a9f22235d37bb0/.travis.yml#L25

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