sylabs / singularity

SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.
https://sylabs.io/docs/
Other
761 stars 98 forks source link

fix: run go-licenses correctly with downloaded go (release-4.2) #3266

Closed dtrudg closed 1 month ago

dtrudg commented 1 month ago

Description of the Pull Request (PR):

Pick #3265

If the go toolchain is downloaded due to installed version vs go.mod then we need to set GOROOT for go-licenses to run correctly.

See: https://github.com/google/go-licenses/issues/149

Before submitting a PR, make sure you have done the following: