Closed pi-314159 closed 6 months ago
Fix the error
go: cannot find GOROOT directory: 'go' binary is trimmed and GOROOT is not set
by setting GOROOT
GOROOT
Suggest to set env vars GOROOT and PATH explicitly in the Dockerfile by using ENV command for them to take effect for later execution.
Fix the error
go: cannot find GOROOT directory: 'go' binary is trimmed and GOROOT is not set
by setting
GOROOT