mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(go): add Go workspace EE-4763 (#8182)
This commit is contained in:
parent
1008afd1fe
commit
756ac034ec
1 changed files with 7 additions and 0 deletions
7
go.work
Normal file
7
go.work
Normal file
|
@ -0,0 +1,7 @@
|
|||
go 1.19
|
||||
|
||||
use (
|
||||
./api
|
||||
./pkg/libhelm
|
||||
./third_party/digest
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue