Merge pull request #280 from dagger/stdlib-go-cache
stdlib: go: set GOMODCACHE directory
This commit is contained in:
commit
74e4f4b814
@ -27,6 +27,7 @@ import (
|
||||
|
||||
"env": env
|
||||
"env": CGO_ENABLED: "0"
|
||||
"env": GOMODCACHE: "/root/.cache/gocache"
|
||||
|
||||
dir: "/src"
|
||||
mount: "/src": from: source
|
||||
|
Reference in New Issue
Block a user