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/13 13:15:15 UTC

[GitHub] vvraskin commented on a change in pull request #379: Pin go version used by gogradle

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

 ##########
 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:
   yeap, but specifying the subversion should be fine as long as the major version doesn't change.

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