-
Notifications
You must be signed in to change notification settings - Fork 179
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 the gomod-dependencies and go version in go.mod #620
Conversation
Pull Request Test Coverage Report for Build 12763118130Details
💛 - Coveralls |
this PR is taking over this auto-bump PR: #617 |
@@ -1,23 +1,23 @@ | |||
module github.com/k8snetworkplumbingwg/sriov-network-device-plugin | |||
|
|||
go 1.22.4 | |||
go 1.23.4 |
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.
for golang version bump need to update workflows and Dockerfiles under images as well. currently they point to 1.22
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.
done
Signed-off-by: Muhammad Adil Ghaffar <[email protected]>
25a0cf1
to
d6363ef
Compare
@adrianchiris please check |
Hi @adilGhaffarDev, the linter is failing can you take a look on my PR #623 and implement it here so we can merge it? |
I will close mine, let's merge yours since it already has all the fixes and bumps. |
This PR is doing following bumps:
github.com/golang/glog 1.2.2 ->1.2.3
github.com/onsi/gomega 1.34.2 ->1.36.2
github.com/stretchr/testify 1.9.0 ->1.10.0
google.golang.org/grpc 1.67.1 ->1.69.2
k8s.io/kubelet 0.31.1 ->0.32.0
This PR is also bumping go version in go.mod file from 1.22.4->1.23.4
This PR also fixes:
Vulnerability: CVE-2024-45338
Severity: HIGH
Information: https://avd.aquasec.com/nvd/cve-2024-45338
Module: golang.org/x/net