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

Replace spf13/pflag with dnephin/pflag #179

Merged
merged 1 commit into from
Feb 20, 2021

Conversation

dnephin
Copy link
Member

@dnephin dnephin commented Feb 20, 2021

Fixes #176
Closes #177

The replace directive was preventing the new go1.16 support for running go install gotest.tools/gotestsum@latest.

Since upstream has not yet merged the PR to remove special handling for -test.x flags, replace the upstream with my fork.

The replace directive was preventing the new go1.16 support for running
'go install gotest.tools/gotestsum@latest'.

Since upstream has not yet merged the PR to remove special handling for
-test.x flags, replace the upstream with my fork.
@dnephin dnephin merged commit 022dccf into gotestyourself:main Feb 20, 2021
@dnephin dnephin deleted the support-go-install-latest branch February 20, 2021 21:34
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.

Can't install with go install in 1.16 due to use of pflag fork
1 participant