-
Notifications
You must be signed in to change notification settings - Fork 754
chore: Update golang version to 1.24 #1233
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
Conversation
| module github.com/NVIDIA/k8s-device-plugin/deployments/devel | ||
|
|
||
| go 1.23 | ||
| go 1.24 |
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.
Is this needed? Unless the minimum required go version to build k8s-device-plugin is truly 1.24, we shouldn't be changing this
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.
Not required.
By upgrading to the latest version of golang, we can ensure that the dependabot gomod base library can be upgraded to the latest version(like: k8s/* v0.33)
| module github.com/NVIDIA/k8s-device-plugin | ||
|
|
||
| go 1.23.0 | ||
| go 1.24 |
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.
Same as above
b0edbc3 to
434931e
Compare
Signed-off-by: dongjiang <[email protected]>
Co-authored-by: Tariq <[email protected]> Signed-off-by: dongjiang <[email protected]>
434931e to
39eb744
Compare
|
This PR is stale because it has been open 90 days with no activity. This PR will be closed in 30 days unless new comments are made or the stale label is removed. |
|
Please note that Dependabot handles this automatically. See #1319 |
No description provided.