Skip to content
New issue

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

Bump minikube-machine go version #8

Open
afbjorklund opened this issue Aug 11, 2024 · 1 comment
Open

Bump minikube-machine go version #8

afbjorklund opened this issue Aug 11, 2024 · 1 comment

Comments

@afbjorklund
Copy link
Collaborator

afbjorklund commented Aug 11, 2024

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
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant