Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

fix Test_createPackageMap for 1.15 #512

Merged
merged 1 commit into from
Jan 22, 2021
Merged

fix Test_createPackageMap for 1.15 #512

merged 1 commit into from
Jan 22, 2021

Conversation

codyoss
Copy link
Member

@codyoss codyoss commented Jan 22, 2021

In Go 1.15 go list will return an error if any of the packages
passed to it are not valid. This differs from pervious behavior
where all of the successful results would be returned. In practice
this should not be an issue as code should contain resolvable
import paths, but this made the test fail.

In Go 1.15 go list will return an error if any of the packages
passed to it are not valid. This differs from pervious behavior
where all of the successful results would be returned. In practice
this should not be an issue as code should contain resolvable
import paths, but this made the test fail.
@codyoss
Copy link
Member Author

codyoss commented Jan 22, 2021

Merging to get things back to green to unblock other PRs.

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

Successfully merging this pull request may close these issues.

1 participant