Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eclass: install pkg/linux_{amd64,arm64} only for 1.19 or older
Since Go 1.20 stopped shipping pre-compiled package archives for the standard library in $GOROOT/pkg, it became impossible to install pkg/linux_{amd64,arm64} for every version. To avoid build failure, install the library if the Go slot number is 1.19 or older. Also depend on go-bootstrap 1.17.13 or newer. See also https://go.dev/doc/go1.20.
- Loading branch information