open-quantum-safe / ci-containers

CI images for testing OQS projects.
https://openquantumsafe.org/
MIT License
4 stars 8 forks source link

Update Go to 1.22.3 and fix errors #79

Closed pi-314159 closed 6 months ago

pi-314159 commented 6 months ago

Fix the error

go: cannot find GOROOT directory: 'go' binary is trimmed and GOROOT is not set

by setting GOROOT

baentsch commented 6 months ago

Suggest to set env vars GOROOT and PATH explicitly in the Dockerfile by using ENV command for them to take effect for later execution.