Closed PaulBernier closed 4 years ago
Thoughts on just removing the whole isCompilerVersionOK()
functionality? Seems like it's mostly an annoyance for developers and we don't actually guarantee go compatibility down to version 1.7. We'd have to run unit tests for all listed versions for each release and afaik, we don't. ANOs use the docker image, which has a go version specified.
Agreed, I removed that check
I upgraded my local setup to go 1.15. As a side effect it looks like it has better static analysis and complained about some string conversion, and for good reason, so I fixed that. Finally, do not disable
vet
for tests.