Closed vladimir-ch closed 7 years ago
.travis/check-generate.sh calls go generate but it is not supported by go 1.3 which still is in the build matrix. One option is to drop 1.3 (perhaps after 1.6 is out) or remove the script (and do the check in a git hook before pushing, for example).
.travis/check-generate.sh
go generate
I want to drop 1.3 after 1.6 is out across the board, I just haven't gone through the issues. There are various TODOs to do with that.
.travis/check-generate.sh
callsgo generate
but it is not supported by go 1.3 which still is in the build matrix. One option is to drop 1.3 (perhaps after 1.6 is out) or remove the script (and do the check in a git hook before pushing, for example).