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

snap: fix unit tests on Go 1.16 #9954

Merged
merged 1 commit into from Feb 23, 2021

Conversation

bboozzoo
Copy link
Collaborator

Go 1.16 has moved some bits from the os to the fs package, os.FileMode was among
those. The test used a hardcoded type name which no longer matches the returned
error message.

Go 1.16 has moved some bits from the os to the fs package, os.FileMode was among
those. The test used a hardcoded type name which no longer matches the returned
error message.

Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
@bboozzoo bboozzoo added the Simple 😃 A small PR which can be reviewed quickly label Feb 23, 2021
@mvo5 mvo5 added the Skip spread Indicate that spread job should not run label Feb 23, 2021
@bboozzoo bboozzoo closed this Feb 23, 2021
@bboozzoo bboozzoo reopened this Feb 23, 2021
@bboozzoo bboozzoo closed this Feb 23, 2021
@bboozzoo bboozzoo reopened this Feb 23, 2021
@zyga zyga merged commit eb69d81 into snapcore:master Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Simple 😃 A small PR which can be reviewed quickly Skip spread Indicate that spread job should not run
Projects
None yet
3 participants