spinkube / spin-plugin-kube

A Spin plugin for interacting with Kubernetes.
Other
20 stars 5 forks source link

set VALIDATE_GO to false, enabling VALIDATE_GO_MODULES #72

Closed bacongobbler closed 5 months ago

bacongobbler commented 5 months ago

super-linter sets both VALIDATE_GO_MODULES and VALIDATE_GO to "true" by default, so we need to set VALIDATE_GO to "false" so we analyze Go files in the context of a Go module.

See https://github.com/super-linter/super-linter/issues/5341.