signalfx / signalfx-k8s-metrics-adapter

Horizontal Pod Autoscaler custom/external metrics provider for Kubernetes that uses SignalFx as the backend
Apache License 2.0
9 stars 15 forks source link

fix ci, update go and minikube and test against latest supported k8 versions #22

Closed dloucasfx closed 1 year ago

dloucasfx commented 1 year ago

This PR fixes the CI by: 1- Update to GO 1.19 2- Update github action cache version 3- Update Minikube to the latest version 1.28.0 4- set the runner to ubuntu-20.04 5- Run tests against the latest supported k8s [ "v1.22.0", "v1.23.0", "v1.24.0" ] Note: k8s v1.25 will be added once the integration is fixed (PR https://github.com/signalfx/signalfx-k8s-metrics-adapter/pull/21 )

Signed-off-by: Dani Louca dlouca@splunk.com