Skip to content
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

Outdated version of golangci-lint doesn't work with current version of go. #157

Closed
elsiehupp opened this issue Jun 26, 2020 · 0 comments · Fixed by #179
Closed

Outdated version of golangci-lint doesn't work with current version of go. #157

elsiehupp opened this issue Jun 26, 2020 · 0 comments · Fixed by #179

Comments

@elsiehupp
Copy link

I ran into this issue when trying to build podsync as-is on my computer (see #100), and it only compiles with go 1.13.6.

The error seems to be coming from the Makefile calling an outdated version of golangci-lint, as the build validates if I comment out the references to linting.

I temporarily forked podsync in order to work on the feed metadata, and I'm running into the same issue there: https://github.com/elsiehupp/podsync

I've never worked on an open-source project before, and I'm not sure how pull requests work, but I would like to be able to reintegrate the changes I've made as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant