csantanapr opened a new issue #4085: Add golang runtime support to default deployments URL: https://github.com/apache/incubator-openwhisk/issues/4085 Title: Add golang runtime support to default deployments ### 1. Add golang to core ansible/vagrant deploy - Add golang entry into [ansible/files/runtimes.json](https://github.com/apache/incubator-openwhisk/blob/master/ansible/files/runtimes.json#L209) ``` "golang": [ { "kind": "golang:1.11", "default": true, "deprecated": false, "attached": { "attachmentName": "codefile", "attachmentType": "text/plain" }, "image": { "prefix": "openwhisk", "name": "actionloop-golang-v1.11", "tag": "latest" } } ] ``` - Update and add doc file into [docs/action_golang.md](https://github.com/apache/incubator-openwhisk/tree/master/docs) - Update unicode tests https://github.com/apache/incubator-openwhisk/tree/master/tests/dat/actions/unicode.tests Use Ruby PR as reference: https://github.com/apache/incubator-openwhisk/pull/3725 ### 2. Add golang to CLI - Add support for `--kind golang:x` and prefix `.go` Use Ruby PR as reference: https://github.com/apache/incubator-openwhisk-cli/pull/352 ### 3. Add golang to docker-compose deploy - Add golang into runtime manifest https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/docker-whisk-controller.env#L64 Use Ruby PR as reference: https://github.com/apache/incubator-openwhisk-devtools/pull/150 ### 4. Add golang to deploy-kube - Add golang into runtime manifest https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/helm/openwhisk/runtimes.json Use Ruby PR as reference:https://github.com/apache/incubator-openwhisk-deploy-kube/pull/274
---------------------------------------------------------------- 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
