-
Notifications
You must be signed in to change notification settings - Fork 600
update to go 1.23 #2782
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 to go 1.23 #2782
Conversation
|
Can you update the order of the commits?
|
|
I think everything requested was addressed @thaJeztah - are we OK to merge this one? |
hack/dockerfiles/lint.Dockerfile
Outdated
| ARG GOPLS_VERSION=v0.20.0 | ||
| ARG GO_VERSION=1.23 | ||
| ARG XX_VERSION=1.5.0 | ||
| ARG GOLANGCI_LINT_VERSION=1.61.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.
Why 61 in 62 is the latest?
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.
Was released after my PR got opened 😅
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.
As you're updating; might as well update this one as well (if it helps; I didn't need to make changes in moby when updating)
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.
Done
|
Looks like the first commit doesn't work; I'm guessing the older golangci-lint is not compatible with go1.23, so to be "correct", the go bump should probably go after the golangci-lint bump |
Done |
thaJeztah
left a comment
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
|
Ah fixes needed with latest golangci-lint 1.62 actually: https://github.com/docker/buildx/actions/runs/11930900417/job/33252637019?pr=2782#step:5:368 Seems a false positive though as we are handling cancel in parent already. Related to #2798 |
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
Signed-off-by: CrazyMax <[email protected]>
|
Getting this one in |
similar to: