-
Notifications
You must be signed in to change notification settings - Fork 5k
WIP: (Predrag) Update go from 1.24.0 to 1.24.2 #20770
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
Closed
minikube-bot
wants to merge
21
commits into
kubernetes:master
from
minikube-bot:auto_bump_golang_version-0810e7b
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
949e62b
Update go from 1.24.0 to 1.24.2
minikube-bot b0dc298
fix go.hash file and bump go verion in go.mod to 1.24.2
prezha 98ed416
Updating kicbase image to v0.0.46-1747342779-20770
minikube-bot 5fc9621
Updating ISO to v1.35.0-1747352413-20770
minikube-bot 1e43fc2
Updating ISO to v1.35.0-1747425629-20770
minikube-bot f8862d0
Merge branch 'master' into auto_bump_golang_version-0810e7b
prezha f19d006
Updating ISO to v1.35.0-1747732513-20770
minikube-bot f6b90f8
extending integration test timeout from 90m to 120m
prezha 7720fbf
disable docker :Z selinux relabeling on volume mounts
prezha ca5b8eb
Updating ISO to v1.35.0-1747876997-20770
minikube-bot 883d8bb
debug kvm driver timeout
prezha 31a4d0e
Updating ISO to v1.36.0-1747963993-20770
minikube-bot 365e323
Merge branch 'master' into auto_bump_golang_version-0810e7b
prezha 5de8f1d
ensure libvirt dom.ListAllInterfaceAddresses tries lease source if ar…
prezha 8fa5e98
Updating ISO to v1.36.0-1748058812-20770
minikube-bot 88962e8
Merge branch 'master' into auto_bump_golang_version-0810e7b
prezha a360b74
debug kvm driver timeout
prezha a2c92c1
debug kvm driver timeout
prezha d8873a3
debug kvm driver timeout
prezha 04ba83b
fix kvm driver timeout
prezha 57d26eb
debug kvm driver timeout
prezha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
module k8s.io/minikube | ||
|
||
go 1.23.4 | ||
toolchain go1.24.1 | ||
go 1.24.2 | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.52.0 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really want to make this the minimal required version? This may break people using packages from minikube.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that is a good feedback, I would accept a PR that updated the Automation to not bump the minor version in go mod.
I think it would probably best to Match what kubernetes does.
which they dont bump the patch version for go mod
https://github.com/kubernetes/kubernetes/blob/master/go.mod
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, i pulled in go version from the current go.mod (v1.24.0) and resolved the conflicts