Skip to content

Update Go to 1.24.1#5641

Merged
Warashi merged 6 commits intomasterfrom
issue-5640
Mar 10, 2025
Merged

Update Go to 1.24.1#5641
Warashi merged 6 commits intomasterfrom
issue-5640

Conversation

@Warashi
Copy link
Member

@Warashi Warashi commented Mar 10, 2025

What this PR does:

as title

Why we need it:

because 1.22 is EOL

Which issue(s) this PR fixes:

Fixes #5640
After merging this PR, I'll update the codegen image in the Makefile
I'll send another PR to update the codegen's go version to pass the CI.
→ DONE

Does this PR introduce a user-facing change?: No

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Warashi added 3 commits March 10, 2025 13:15
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
@codecov
Copy link

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.45%. Comparing base (0a5f895) to head (6adc270).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5641      +/-   ##
==========================================
- Coverage   26.68%   25.45%   -1.24%     
==========================================
  Files         477      477              
  Lines       50777    50799      +22     
==========================================
- Hits        13552    12931     -621     
- Misses      36156    36863     +707     
+ Partials     1069     1005      -64     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Warashi added 2 commits March 10, 2025 14:29
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
@Warashi Warashi marked this pull request as ready for review March 10, 2025 05:50
Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

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

👌

for _, p := range proposals {
fmt.Fprintf(&b, "\n")
fmt.Fprintf(&b, p.ReleaseNote)
fmt.Fprint(&b, p.ReleaseNote)
Copy link
Member Author

Choose a reason for hiding this comment

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

I updated here because the error below occurred

Error: ./comment.go:49:19: non-constant format string in call to fmt.Fprintf

@Warashi Warashi enabled auto-merge (squash) March 10, 2025 05:52
@Warashi Warashi merged commit 569c4ab into master Mar 10, 2025
23 checks passed
@Warashi Warashi deleted the issue-5640 branch March 10, 2025 06:01
@github-actions github-actions bot mentioned this pull request Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Go to 1.24

3 participants