Skip to content

Rely on golang-any at build time instead of golang-1.19-go

Brouberol requested to merge build-depends-golang-any into main

golang-any makes sure to fetch the latest available go installation and installs it under a commonly PATH-ed directory (/usr/bin).

golang-1.19-go installs the go binary under /usr/lib/go1.19/bin, as this package is made to be installed alongside other go versions and let the user choose the appropriate one.

As a result, golang-1.19-go didn't put the go executable in the PATH, causing build failures on our build host.

Merge request reports