Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows: install Go for
go run
in multicluster job
The multicluster workflow uses `go run` but doesn't explicitly install a specific Go version. Thus, in some cases an older Go version might be used which leads to failures such as: ``` vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/metrics.go:21:2: cannot find package "." in: /home/runner/work/cilium-cli/cilium-cli/vendor/io/fs ``` Fixes #554 Signed-off-by: Tobias Klauser <[email protected]>
- Loading branch information