ob / rules_kubebuilder

Bazel rules for kubebuilder
Apache License 2.0
11 stars 7 forks source link

Kubebuilder run rule is not using the go sdk from Bazel #5

Open ob opened 3 years ago

ob commented 3 years ago

Running bazel run //:kubebuilder doesn't respect the Go SDK given to Bazel. It should set up the proper environment so that the right version of Go is used.