-
Notifications
You must be signed in to change notification settings - Fork 76
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
Update kube-vip to v0.5.0 and go version to v1.18 #679
Conversation
57f628c
to
161363e
Compare
259b637
to
a48a9a7
Compare
a8659ef
to
a85e3d1
Compare
Codecov Report
@@ Coverage Diff @@
## main #679 +/- ##
==========================================
+ Coverage 68.13% 68.27% +0.14%
==========================================
Files 20 20
Lines 2068 2068
==========================================
+ Hits 1409 1412 +3
+ Misses 546 544 -2
+ Partials 113 112 -1
|
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.
I think the Go upgrade should be separate PR as per the PR title?
@shamsher31 I think it's done due to the minimum go version requirement for kube-vip update being v1.18. |
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.
lgtm
As @sachinkumarsingh092 also added in other comment, the Go version is updated because it is needed by kubevip v0.5.0. We can update the PR title to include information about Go version update. |
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.
LGTM
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.
lgtm
What this PR does / why we need it:
This PR updates kubevip to v0.5.0
Update to golang to v1.18, as it is the minimum version supported by kubevip v0.5.0
Updated golangci-lint to v1.46.2 as supported by golang v1.18
Removed a redundant statement in
installer/bundle_downloader_test.go
as suggested by golangci-lint.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #670
Special notes for your reviewer