Add golang:1.18 (#166)

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