You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build for docker-machine-kvm fails because go 1.20 and later versions have removed the deprecated -i parameter. The issue can be found in the file cmd/docker-machine-driver-kvm/Makefile and the parameter has been deprecated since go 1.10.
Please consider updating the Makefile to accommodate the changes in go 1.20+ and remove the deprecated -i parameter to avoid this issue in future builds.
0 commit comments