Commit 07c144f
committed
Fix GOROOT not being set in devbox shell environment
When you don't have a global installation of go toolchain
and rely only on the one provided by devbox, there is no
GOROOT variable set, so even though the go binary is in
PATH, none of its commands work and fail with GOROOT not
found.1 parent ba61717 commit 07c144f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments