vmware-archive / kafka-trigger

Kubernetes CRD controller for Kafka topic as event source for Kubeless functions
Apache License 2.0
28 stars 34 forks source link

Use runtime go1.14 #26

Closed sepetrov closed 4 years ago

sepetrov commented 4 years ago

Issue Ref: N/A

Description: https://github.com/kubeless/runtimes/pull/71 intorduces BC breaking change by removing runtimes go1.10, go1.11 and go1.12, which broke the integration tests using runtime go1.10. This PR updates the Go test runtime to go1.14.

TODOs: