Closed
Description
It looks like there are some custom pseudo-versions specified in the go.mod file.
Output on Go 1.12: https://gist.github.com/fsouza/921905a8cc81e5d104011b1f96d9e6e8
Output on Go 1.13: https://gist.github.com/fsouza/768cae1b276bdc363aa1965c223bbd11
(Since proxy.golang.org is using Go 1.13, golangci-lint is not go get
able with GOPROXY=https://proxy.golang.org
).
If this is something you're willing to support, I can send a PR.