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

Commits on Feb 23, 2021

  1. snap: fix unit tests on Go 1.16

    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 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    590eb85 View commit details
    Browse the repository at this point in the history