Hacker News new | ask | show | jobs
by TheLoneWolfling 4131 days ago
Where is this fact documented? Are patches tested against 1.4 tool chain binaries?
2 comments

> Where is this fact documented?

http://tip.golang.org/doc/install/source#go14

> Are patches tested against 1.4 tool chain binaries?

The builders build the tool chain with Go 1.4, so the build dashboard will show failures if a patch incompatible with 1.4 is submitted. (We have pre-commit trybots that do the same.)