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

Fix test failure on go 1.13 #134

Merged
merged 3 commits into from
Jul 12, 2019

Conversation

nkovacs
Copy link
Contributor

@nkovacs nkovacs commented Jul 11, 2019

Fixes #130

nkovacs added 3 commits July 11, 2019 13:07
A new test was added in e825033
with a counterfeiter:generate comment, so the number of invocations
has increased by one.
Go 1.13 automatically adds `go 1.13` if it's missing,
which is wrong and breaks the test script too because it fails
if there are uncommitted changes.

Fixes maxbrunsfeld#131
Go 1.13 added yet another function to the os package.

Fixes maxbrunsfeld#130
@joefitzgerald
Copy link
Collaborator

Thanks! 🙏

@joefitzgerald joefitzgerald merged commit c570f95 into maxbrunsfeld:master Jul 12, 2019
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.

Go 1.13 adds a new function to os package, making tests fail
2 participants