Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Apache Jenkins - Ubuntu go 1.10
Description
After the changes for PROTON-2105 to add go module support a number of ubuntu based Jenkins builds started failing. Taking a look at the log we see that the go version is less than the version where Golang introduced modules, 1.11.
A check should be introduced so that these builds will not be attempted when it is found that the Golang version is less than that required.