Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/NVIDIA/gpu-operator

go 1.25.7
go 1.26.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, I prefer updating this indirectly via a dependency update. This way, we better understand our dep tree and what dependencies push our go backward compat limits

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! I thought I missed this when I bumped k8s.io dependencies manually in this branch in #2445. But the on the main branch Go version was incremented because k8s.io deps were bumped to v0.36.0 (instead of v0.35.x in this branch).

I'll close this PR.


require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand Down
Loading