-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
dev: v42 #11563
Conversation
olix0r
commented
Nov 3, 2023
•
edited
Loading
edited
- Update dev to v42
- Update Go to 1.21.3
- Update Rust to 1.73.0
- Update the Cargo workspace to use the v2 package resolver
- Update debian from bullseye to bookworm
- Update golangci-lint to 1.55.1
- Disable deprecated linters (deadcode, varcheck)
- Disable goconst linter -- pointless and noisy
- Disable depguard linter -- it requires that all of our Go dependencies be added to allowlists;
- Update K3d to v5.6.0
- Update CI from k3s 1.26 to 1.28
- Update markdownlint-cli2 to 0.10.0
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
directive in go.mod
needs to be upgraded as well. With that, and go mod tidy
all the new entries that got in to go.mod
should be automatically removed.
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.
Dockerfile-proxy
still points to go 1.19.
Co-authored-by: Alejandro Pedraza <[email protected]>