csantanapr commented on issue #4085: Add golang runtime support to default deployments URL: https://github.com/apache/incubator-openwhisk/issues/4085#issuecomment-434837675 I think folks voted in mailing list for `--king go:1.11` over `--kind golang:1.11` So it needs to be ``` "go": [ { "kind": "go:1.11", "default": true, "deprecated": false, "attached": { "attachmentName": "codefile", "attachmentType": "text/plain" }, "image": { "prefix": "openwhisk", "name": "actionloop-golang-v1.11", "tag": "latest" } } ] ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
