-
Notifications
You must be signed in to change notification settings - Fork 81
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
Update GitHub actions CI workflow #124
Update GitHub actions CI workflow #124
Conversation
This seems to be consistently failing even after 2 re-runs:
only on Windows platform. Not sure what's up there |
I'm looking into this more. It looks like a flaky test on Windows as it is now failing in mainline. |
8caeecb
to
86d0a4c
Compare
f7b1c88
to
81130e7
Compare
Rebase now and this should be mergable |
81130e7
to
7e1dc73
Compare
Update GitHub Actions runner OS from Ubuntu 18.04 to Ubuntu 22.04. Update actions/setup-go from v2 to v3. Update Go compiler from Go 1.17 to Go 1.20. Update golangci-lint from v1.45.0 to v1.51.2 for Go 1.20 support. Remove deprecated `-i` flag from make coverage target. Signed-off-by: Austin Vazquez <[email protected]>
7e1dc73
to
c7b5a32
Compare
Rebased. Will continue to troubleshoot Windows CI flakiness further but this should in a good enough state to keep the lights on for CI / unblock the telemetry work by @swagatbora90 . |
Update GitHub actions runner OS from Ubuntu 18.04 to Ubuntu 22.04.
Update Go compiler from Go 1.17 to Go 1.20. Update actions/setup-go from
v2 to v3. Update golangci-lint to v1.51.x for Go 1.20 support. Remove
deprecated
-i
flag from make coverage target.Related issue: containerd/project#95
Signed-off-by: Austin Vazquez [email protected]