fix(go): add Go workspace EE-4763 (#8182)

pull/8024/merge
andres-portainer 2022-12-09 13:23:01 -03:00 committed by GitHub
parent 1008afd1fe
commit 756ac034ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
go.work Normal file
View File

@ -0,0 +1,7 @@
go 1.19
use (
./api
./pkg/libhelm
./third_party/digest
)