-
Notifications
You must be signed in to change notification settings - Fork 373
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
feat(go): bump go 1.20 to 1.21 #1654
Conversation
Signed-off-by: gfanton <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1654 +/- ##
==========================================
+ Coverage 56.17% 56.19% +0.02%
==========================================
Files 439 447 +8
Lines 66242 67070 +828
==========================================
+ Hits 37209 37693 +484
- Misses 26143 26447 +304
- Partials 2890 2930 +40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
344d8d5
to
cef6f37
Compare
cef6f37
to
8fd39bf
Compare
If there are any features from go1.21 that should be implemented, please feel free to suggest them in an issue. |
can you (have you) also updated any uses of x/exp/slices? |
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
Signed-off-by: gfanton <[email protected]>
8fd39bf
to
130a7ef
Compare
after some searchs, it seems we are not using |
Signed-off-by: gfanton <[email protected]>
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.
Looks great 💯
Thank you for bumping the loggers as well, it was a pain with 1.20
🙏
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.
changed the version in a few more places you missed. should be all good, merging after CI :)
@thehowl thanks ! 🙌 |
As Go `1.22` has been released, we can update our version from `1.20` to `1.21`. In the process, I've also updated the `slog` import to use the one from the standard library. --------- Signed-off-by: gfanton <[email protected]> Co-authored-by: Morgan Bazalgette <[email protected]>
As Go
1.22
has been released, we can update our version from1.20
to1.21
.In the process, I've also updated the
slog
import to use the one from the standard library.Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description