-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
golangci-lint won't compile with Go modules on go 1.13 #652
Comments
Already fixed in #605 |
Appreciate the fix in #605, although I'm wondering—is this project still alive? I noticed no commits have been merged to |
Community suggestion: to help things as clear as possible for when the project picks up again it might be useful to close your issue as it seems to have been addressed. 🙂 Based on my experience with GH issue curation this will literally save hours of maintainer time. |
@thepudds provided more detail on the workaround in #659 (comment). |
This is fixed, #605 has been merged |
@pierrre thanks for that change, there's progress, but it still doesn't compile here 😞
|
Can you try with the latest commit id instead of |
Master isn't going to work either. See: #659 (comment) #605 wasn't a full fix (and a |
@pierrre |
@jirfag thank you very much for fixing this! Hopefully we can get rid of the replaces soon so |
I can't get rid of replacements until my pull requests to upstreams are merged. But I've changed replaced x/tools to be compatible with the replacement. |
* .circleci/config.yml: enable Go 1.13 * Install golangci-lint from source See golangci/golangci-lint#652 * Quote "on" * s/go install/go get/ * Use golangci-lint master * Add go stanza to go.mod * use golangci-lint v1.18.0 Signed-off-by: Simon Pasquier <[email protected]>
It is required to support Go 1.13 (see golangci/golangci-lint#652). Signed-off-by: Simon Pasquier <[email protected]>
It is required to support Go 1.13 (see golangci/golangci-lint#652). Signed-off-by: Simon Pasquier <[email protected]>
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 withGOPROXY=https://proxy.golang.org
).If this is something you're willing to support, I can send a PR.
The text was updated successfully, but these errors were encountered: