1.15@1.18.0
update CHANGES.md for 1.18.0 release (#153)

1 file changed
tree: 81d7f3377971939bf0c276f0d0f52a116b19ee0f
  1. actionloop/
  2. common/
  3. docs/
  4. examples/
  5. golang1.13/
  6. golang1.15/
  7. golang1.16/
  8. gradle/
  9. licenses/
  10. main/
  11. openwhisk/
  12. tests/
  13. tools/
  14. .asf.yaml
  15. .gitattributes
  16. .gitignore
  17. .travis.yml
  18. build.gradle
  19. CHANGES.md
  20. CONTRIBUTING.md
  21. CREDITS.txt
  22. go.mod
  23. go.sum
  24. gradlew
  25. gradlew.bat
  26. LICENSE-testify.txt
  27. LICENSE.txt
  28. NOTICE.txt
  29. README.md
  30. 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
  • Environment Variables to configure the proxy

Change Log

CHANGES.md

License

Apache 2.0