rancher-sandbox / rancher-desktop

Container Management and Kubernetes on the Desktop
https://rancherdesktop.io
Apache License 2.0
6.01k stars 283 forks source link

Upgrade gvisor-tap-vsock library for Windows #7260

Closed Nino-K closed 2 months ago

Nino-K commented 3 months ago

The gvisor-tap-vsock library on Windows is still pointing to version v0.6.2 which is quite old, we should consider upgrading this on Windows.

mook-as commented 3 months ago

FWIW, we also need to upgrade it to make more golangci-lint bits pass, because the old gvisor we have doesn't support newer versions of the go toolchain.

I have a WIP in https://github.com/mook-as/rd/commit/d15721a501cffac07d409fc8e182c06f63b6ecc4 as part of more golangci-lint work in https://github.com/mook-as/rd/commits/golang-ci-lint/round-2/ but that's not ready for the current release.