Update Go version to 1.24(.3), and make the root a go workspace.
This commit is contained in:
parent
3f260e7ffd
commit
9c91a1176a
5 changed files with 11 additions and 14 deletions
7
go.work
Normal file
7
go.work
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
go 1.24.3
|
||||
|
||||
use (
|
||||
./cli
|
||||
./core
|
||||
./wasm
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue