From 1357dc3d4eec1d2a005b7128d936c80eb7f88aa4 Mon Sep 17 00:00:00 2001 From: katexochen <49727155+katexochen@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:54:04 +0200 Subject: [PATCH] Add go.work --- .gitignore | 2 +- go.work | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 go.work diff --git a/.gitignore b/.gitignore index ffdc808f1..695543efc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ # vendor/ # Go workspace file -go.work +# go.work go.work.sum build diff --git a/go.work b/go.work new file mode 100644 index 000000000..184085262 --- /dev/null +++ b/go.work @@ -0,0 +1,7 @@ +go 1.18 + +use ( + . + ./hack + ./operators/constellation-node-operator/ +)