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

main: add go-version compatibility. #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ziggie1984
Copy link

When a project uses gomodules which are versioned it can happen
that the source file of the module is not directly under the
module name but instead the versioning happened via a branch so
that the file will be found without the particular version string
as a subdirectory. So this commit will retry to find the particular
file in the main directory instead of the version subdirectory.

When a project uses gomodules which are versioned it can happen
that the source file  of the module is not directly under the
module name but instead the versioning happened via a branch so
that the file will be found without the particular version string
as a subdirectory. So this commit will retry to find the particular
file in the main directory instead of the version subdirectory.
ziggie1984 added a commit to ziggie1984/lnd that referenced this pull request Dec 12, 2024
The goverall tool had a bug regarding the module versioning of
golang packages see also
mattn/goveralls#222 for more background.
Goveralls is wrapped by another library to make it available for
github actions. So the relevant PR which is referenced here in
LND is:
shogo82148/actions-goveralls#521.
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 this pull request may close these issues.

1 participant