-
Notifications
You must be signed in to change notification settings - Fork 258
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
Upgrade to go1.21 #2033
Upgrade to go1.21 #2033
Conversation
failures are not related |
cc @akhilerm |
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.
Shouldn't the version be changed in the foilowing workflows also
hcsshim/.github/workflows/release.yml
Line 8 in 7458e58
GO_VERSION: "1.19.x" hcsshim/.github/workflows/ci.yml
Line 7 in 7458e58
GO_VERSION: "1.19.x"
made the changes |
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 are a few static check failures on unchanged files. But that can be taken up in a separate PR, or should we make the CI green before merge?
I'd like to fix them before checking in the changes. Will look into them asap |
6e12ef7
to
b0f4812
Compare
FYI, My take is that the test expectation was incorrect, as that |
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
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
Signed-off-by: Maksim An <maksiman@microsoft.com>
Upgrade hcsshim/main to golang 1.21