mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 12:34:44 -04:00
Add go.work
This commit is contained in:
parent
f55524a8d3
commit
1357dc3d4e
2 changed files with 8 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -15,7 +15,7 @@
|
|||
# vendor/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
# go.work
|
||||
go.work.sum
|
||||
|
||||
build
|
||||
|
|
7
go.work
Normal file
7
go.work
Normal file
|
@ -0,0 +1,7 @@
|
|||
go 1.18
|
||||
|
||||
use (
|
||||
.
|
||||
./hack
|
||||
./operators/constellation-node-operator/
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue