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

Update go dependencies #576

Merged
merged 2 commits into from
Aug 12, 2023
Merged

Update go dependencies #576

merged 2 commits into from
Aug 12, 2023

Conversation

mrueg
Copy link
Contributor

@mrueg mrueg commented May 31, 2023

Make sure we use recent versions.

@mrueg mrueg force-pushed the update-deps-0623 branch 3 times, most recently from 2d238d3 to 3355eac Compare June 12, 2023 22:00
@mrueg mrueg force-pushed the update-deps-0623 branch 3 times, most recently from 6952719 to 5bc3f00 Compare July 27, 2023 07:32
@thebsdbox
Copy link
Collaborator

I have no idea why the linter keeps dying :-( .. what happens if you run the make check command locally?

@mrueg mrueg force-pushed the update-deps-0623 branch 2 times, most recently from b03f7d0 to a3884bd Compare July 27, 2023 15:44
@mrueg
Copy link
Contributor Author

mrueg commented Jul 27, 2023

I've updated golangci-lint hoping it fixes it.

@mrueg
Copy link
Contributor Author

mrueg commented Jul 27, 2023

fwiw, there's a breaking change: cloudflare/ipvs@4d94efc which is using net/netip now, I've not bumped the dep past 0.9.1 because of this.

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
@mrueg
Copy link
Contributor Author

mrueg commented Aug 1, 2023

@thebsdbox this should be ready to go now.

@@ -1,33 +1,33 @@
module github.com/kube-vip/kube-vip

go 1.18
go 1.19
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it be 1.20 since you updated dockerfile to use 1.20 as base image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not necessarily, as kube-vip would still build with 1.19

@thebsdbox thebsdbox merged commit 5a06a88 into kube-vip:main Aug 12, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants