1.14.0
rename docker image: actionloop-golang to action-golang (#109)

16 files changed
tree: aab757f8c9a8d720a8547e589436593294a3f74e
  1. actionloop/
  2. common/
  3. docs/
  4. examples/
  5. golang1.11/
  6. golang1.12/
  7. gradle/
  8. licenses/
  9. main/
  10. openwhisk/
  11. tests/
  12. tools/
  13. .asf.yaml
  14. .gitattributes
  15. .gitignore
  16. .travis.yml
  17. build.gradle
  18. CHANGES.md
  19. CONTRIBUTING.md
  20. CREDITS.txt
  21. go.mod
  22. go.sum
  23. gradlew
  24. gradlew.bat
  25. LICENSE-testify.txt
  26. LICENSE.txt
  27. NOTICE.txt
  28. README.md
  29. settings.gradle
README.md

Apache OpenWhisk Runtimes for Go

Build Status License Join Slack

This repository contains both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables.

  • If you are in a hurry, check the examples
  • Writing Actions for the runtime in Golang
  • How to deploy your Golang sources
  • Precompiling Golang actions
  • How to use VSCode to write Golang actions
  • How to Build the runtime, with development notes

Actionloop runtime

Using the Go runtime for Generic executables

  • Writing Generic actions, in bash or as a generic linux binary
  • Deployment for Generic actions
  • The ActionLoop protocol for generic actions

Change Log

CHANGES.md

License

Apache 2.0