-
Notifications
You must be signed in to change notification settings - Fork 886
chore: update to go 1.20 #5968
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
chore: update to go 1.20 #5968
Conversation
Fixes #4097.
dogfood/Dockerfile
Outdated
@@ -210,7 +210,7 @@ RUN systemctl enable \ | |||
ARG CLOUD_SQL_PROXY_VERSION=1.26.0 \ | |||
DIVE_VERSION=0.10.0 \ | |||
DOCKER_GCR_VERSION=2.1.0 \ | |||
GOLANGCI_LINT_VERSION=1.48.0 \ | |||
GOLANGCI_LINT_VERSION=1.50.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.
When I was using the go 1.20rc, golangci-lint v1.50.1 lead to massive memory consumption. I noticed CI failed, this could be the reason (OOM killed).
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.
Seems this might be fixed in v1.51.0
, if we switch to that.
Fixes #4097.