You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'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.
The text was updated successfully, but these errors were encountered:
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/podsyncI'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.
The text was updated successfully, but these errors were encountered: