Update supported Go versions to 1.11 and 1.12 (#1327)
As the README states, the current and previous version of Go is
supported, so tests should be run accordingly.
Also note that this commit removes Go 1.10, the last version
that does not support Go modules.
Thanks @dahankzter for the suggestion.