Skip to content

[golang14] fix TestParseInLocation test: Install package from latest changes on upstream go14 branch

Alain Takoudjou requested to merge golang14 into master

https://github.com/golang/go/commit/4d5426a570c2820c5894a61b52e3dc147e4e7925

golang14 is still failing to build on some server, the commit above fix the problem on test TestParseInLocation. This is why we install golang14 from upstream go14 branch.

Merge request reports