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

Fix kube versions in go.mod #3144

Merged
merged 1 commit into from
Sep 2, 2023
Merged

Fix kube versions in go.mod #3144

merged 1 commit into from
Sep 2, 2023

Conversation

cblecker
Copy link
Member

@cblecker cblecker commented Sep 2, 2023

Which issue this PR addresses:

Follow up to #3143

What this PR does / why we need it:

There's a few versions in the require section of go.mod that show incorrect/incompatible versions that are then being overridden by replace.. but because they are incorrect in the require section, our code vuln tools aren't showing that they have been updated.

This change should be strictly cosmetic.

Test plan for issue:

Green CI == :shipit:

Is there any documentation that needs to be updated for this PR?

No

Copy link
Collaborator

@bennerv bennerv left a comment

Choose a reason for hiding this comment

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

lgtm

@bennerv bennerv merged commit 0134e40 into Azure:master Sep 2, 2023
17 checks passed
@cblecker cblecker deleted the kube-mod branch September 3, 2023 01:15
SrinivasAtmakuri pushed a commit to SrinivasAtmakuri/ARO-RP that referenced this pull request Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants