overlay eclass/coreos-go-utils: Use unversioned go

We have switched to dev-lang/go package from Gentoo, which is not
using versioned binaries, so switch to the unversioned one.
This commit is contained in:
Krzesimir Nowak 2025-02-04 10:37:23 +01:00
parent ddab51dfa1
commit 67b187f752

View File

@ -91,9 +91,7 @@ go_export() {
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
# Ensure the `go` wrapper calls the version we expect
export EGO="${COREOS_GO_VERSION}"
export EGO=go
# With Go >= 1.16, GO111MODULE=on is set by default.
# Few of our repos still don't support Go modules so we would need to set