minikube-machine / machine

libmachine from github.com/docker/machine
Apache License 2.0
1 stars 5 forks source link

Bump minikube-machine go version #8

Open afbjorklund opened 1 month ago

afbjorklund commented 1 month ago

Currently using go 1.13-1.15, should bump to go1.17

Note: this includes all drivers, as well as "libmachine"

Possibly go1.21, but I don't think it has the same impact?

Compare mod tidy, between go1.17 and go1.21 (empty)


See this documentation, how to install multiple versions:

https://go.dev/doc/manage-install

$ go install golang.org/dl/go1.17@latest
$ go1.17 download
$ go install golang.org/dl/go1.21.0@latest
$ go1.21.0 download
afbjorklund commented 1 month ago

The docker-machine release v0.16.2 was built with go1.12.9

The drivers are using gRPC, so they should be OK either way.