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

test: fix Go version matrix #298

Merged
merged 1 commit into from Feb 16, 2022
Merged

Commits on Feb 16, 2022

  1. test: fix Go version matrix

    The matrix didn't really have an effect, all tests ran with the same (default?)
    Go version. For example, the "1.17.x, ubuntu-latest" test
    https://github.com/kubernetes/klog/runs/5215345316?check_suite_focus=true
    for kubernetes#297 complained about functions that
    are available in 1.17:
    
    Error: logcheck/pkg/filter_test.go:28:12: undefined: os.WriteFile
    Error: logcheck/pkg/filter_test.go:132:14: undefined: os.WriteFile
    pohly committed Feb 16, 2022
    Copy the full SHA
    6f34ff9 View commit details
    Browse the repository at this point in the history