Commit graph

2 commits

Author SHA1 Message Date
francisco souza
d244fd4e70 config: update version regex to support Go's initial minor releases
Go doesn't _really_ follow semver here: the initial release of a new
minor series does not end with .0, which means there's no Go 1.16.0,
it's actually Go 1.16.

This is me trying to fix actions/setup-go#105, not sure if this is
correct.
2021-02-16 23:21:13 -05:00
MaksimZhukov
6cf25b0561 Implement builders to build Go from source code 2020-06-09 22:52:06 +03:00