From 7c27d67953dbea25ef6b9816d2b0ec445de2431d Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Tue, 28 Mar 2023 12:15:42 -0400 Subject: [PATCH] go: clean work file (#1537) Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- go.work | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.work b/go.work index 3dbea2687..14ea45f29 100644 --- a/go.work +++ b/go.work @@ -2,9 +2,9 @@ go 1.20 use ( . + ./3rdparty/node-maintenance-operator ./hack ./hack/tools - ./operators/constellation-node-operator/ + ./operators/constellation-node-operator ./operators/constellation-node-operator/api - ./3rdparty/node-maintenance-operator/ )