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

backport: upgrade golang to latest patch of go 1.21 in release/3.1.x #5905

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

randmonkey
Copy link
Contributor

What this PR does / why we need it:

Upgrade golang version to 1.21.9 in release/3.1.x branch.

Which issue this PR fixes:

Special notes for your reviewer:

The intention of this PR is to update ALL appearances of golang version to 1.21 to use the latest patch of golang 1.21. But when I run go mod tidy locally, it added toolchain go1.22.2 which is my local golang version. (Is it affected by local config of golang?)
So I updated it to 1.21.9.

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@randmonkey randmonkey requested a review from a team as a code owner April 23, 2024 06:26
Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (release/3.1.x@e101c1d). Click here to learn what that means.

❗ Current head 3d30654 differs from pull request most recent head 503607c. Consider uploading reports for the commit 503607c to get more accurate results

Additional details and impacted files
@@               Coverage Diff               @@
##             release/3.1.x   #5905   +/-   ##
===============================================
  Coverage                 ?   71.9%           
===============================================
  Files                    ?     176           
  Lines                    ?   18312           
  Branches                 ?       0           
===============================================
  Hits                     ?   13184           
  Misses                   ?    4163           
  Partials                 ?     965           

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

Dockerfile Outdated Show resolved Hide resolved
@randmonkey randmonkey enabled auto-merge (squash) April 23, 2024 11:13
@randmonkey randmonkey merged commit cc5e5c2 into release/3.1.x Apr 23, 2024
33 checks passed
@randmonkey randmonkey deleted the upgrade_go_1_21 branch April 23, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants