You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combine the go mods into a singular mod file at the root, using go 1.23, and using a mod name of github.com/pulumi/pulumi-kubernetes-operator/v2.
The text was updated successfully, but these errors were encountered:
* Consolidate `{operator,agent}/go.mod` under a root `go.mod`.
* Rewrite imports to use v2 path.
* Remove `/test` -- these were still referring to v1 code and can be
revived in a followup if we want to keep any of them.
* Move Dockerfile to repo root and fix image build.
Fixes#687.
---------
Co-authored-by: Eron Wright <[email protected]>
Combine the go mods into a singular mod file at the root, using go 1.23, and using a mod name of
github.com/pulumi/pulumi-kubernetes-operator/v2
.The text was updated successfully, but these errors were encountered: