We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: