opencontainers / runtime-tools

OCI Runtime Tools
https://www.opencontainers.org/
Apache License 2.0
434 stars 141 forks source link

CI updates to resolve warnings and add support for latest Go versions #761

Closed austinvazquez closed 1 year ago

austinvazquez commented 1 year ago

Signed-off-by: Austin Vazquez macedonv@amazon.com

vbatts commented 1 year ago

@austinvazquez linting failed Screenshot from 2023-03-11 10-22-11

austinvazquez commented 1 year ago

@austinvazquez linting failed

Thanks @vbatts for the ping. I took a look and believe the issue to be an error with the go version syntax in lint setup-go. I have updated from go-version: 1.20 -> go-version: 1.20.x which should now have the latest Go version installed. Request a rerun to verify.