Update to Go 1.15.1 to pick up security fixes (#129)

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