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

Bump Go version to 1.24.1 #7534

Merged
merged 2 commits into from
Mar 28, 2025
Merged

Bump Go version to 1.24.1 #7534

merged 2 commits into from
Mar 28, 2025

Conversation

ychebotarev
Copy link
Contributor

@ychebotarev ychebotarev commented Mar 26, 2025

What changed?

Update go version to the latest one - 1.24.1

Why?

Support for the new lang features.

How did you test it?

Existing tests

@ychebotarev ychebotarev requested a review from a team as a code owner March 26, 2025 16:09
@ychebotarev ychebotarev marked this pull request as draft March 26, 2025 16:10
@@ -50,5 +50,5 @@ func (ri *RequestIssues) GetError() error {
if len(ri.issues) == 0 {
return nil
}
return status.Errorf(codes.InvalidArgument, strings.Join(ri.issues, ", "))
return status.Error(codes.InvalidArgument, strings.Join(ri.issues, ", "))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

make build-tests was complaining about this

@ychebotarev ychebotarev marked this pull request as ready for review March 28, 2025 17:50
@ychebotarev ychebotarev merged commit 0d08a12 into main Mar 28, 2025
50 checks passed
@ychebotarev ychebotarev deleted the y_go_version branch March 28, 2025 17:50
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.

3 participants