Open afbjorklund opened 3 months 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)
mod tidy
go1.17
go1.21
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
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.
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
, betweengo1.17
andgo1.21
(empty)See this documentation, how to install multiple versions:
https://go.dev/doc/manage-install