mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
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:
parent
ddab51dfa1
commit
67b187f752
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user