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:07:16 UTC

[GitHub] dubee opened a new pull request #104: Update Go Version

dubee opened a new pull request #104: Update Go Version
URL: https://github.com/apache/incubator-openwhisk-client-go/pull/104
 
 
   Travis is failing due to golint as shown below. It appears Go 1.8 is no longer supported (https://github.com/golang/go/issues/28291).
   
   ```
   $ go get -u golang.org/x/lint/golint
   # golang.org/x/tools/go/internal/gcimporter
   ../../../golang.org/x/tools/go/internal/gcimporter/bexport.go:212: obj.IsAlias undefined (type *types.TypeName has no field or method IsAlias)
   The command "go get -u golang.org/x/lint/golint" failed and exited with 2 during .
   ```
   
   

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