From 756ac034ec122b76630ee9ee2a676a84fa66e1ba Mon Sep 17 00:00:00 2001 From: andres-portainer <91705312+andres-portainer@users.noreply.github.com> Date: Fri, 9 Dec 2022 13:23:01 -0300 Subject: [PATCH] fix(go): add Go workspace EE-4763 (#8182) --- go.work | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 go.work diff --git a/go.work b/go.work new file mode 100644 index 000000000..5c0904e3d --- /dev/null +++ b/go.work @@ -0,0 +1,7 @@ +go 1.19 + +use ( + ./api + ./pkg/libhelm + ./third_party/digest +)