containers / youki

A container runtime written in Rust
https://containers.github.io/youki/
Apache License 2.0
5.99k stars 332 forks source link

Update go version in podman CI and vagrantfile #2828

Closed YJDoc2 closed 5 days ago

YJDoc2 commented 1 week ago

Podman needs newer go version in order to compile correctly, and hence the podman CI was failing for some time. This updates the go version to 1.22 , making the tests run again.