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

chore: upgrade go 1.20 to 1.21 #7657

Merged
merged 5 commits into from
Aug 28, 2023
Merged

chore: upgrade go 1.20 to 1.21 #7657

merged 5 commits into from
Aug 28, 2023

Conversation

hamidzr
Copy link
Contributor

@hamidzr hamidzr commented Aug 16, 2023

Description

Test Plan

Are we using any third-party libraries that now come with 1.21?
golang/go#57433
replacing maps doesn't seem frictionless

Commentary (optional)

Upgrade from Go 1.20 to Go 1.21: Notable changes

  • Language Enhancements:

    • Introduced three new built-in functions: min, max, and clear.
    • Refined package initialization order specification.
    • Significant improvements in type inference capabilities.
    • Enhanced behavior of recover during goroutine panics.
  • Toolchain and Compatibility:

    • Updated the -pgo build flag to default to -pgo=auto.
  • Library Additions:

    • Added new packages: log/slog (structured logging), testing/slogtest (slog.Handler validation), slices (generic slice operations), maps (generic map operations), and cmp (operations on ordered types).

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

Ticket

@cla-bot cla-bot bot added the cla-signed label Aug 16, 2023
@netlify
Copy link

netlify bot commented Aug 16, 2023

Deploy Preview for determined-ui ready!

Name Link
🔨 Latest commit 6117369
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/64ecca1e1a1fbd0008a752b8
😎 Deploy Preview https://deploy-preview-7657--determined-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@determined-ci determined-ci added the documentation Improvements or additions to documentation label Aug 16, 2023
@hamidzr hamidzr marked this pull request as ready for review August 18, 2023 17:00
@hamidzr hamidzr requested review from a team as code owners August 18, 2023 17:00
@hamidzr hamidzr requested review from erikwilson and removed request for a team August 18, 2023 17:00
@hamidzr hamidzr self-assigned this Aug 25, 2023
@hamidzr hamidzr enabled auto-merge (squash) August 28, 2023 16:24
@hamidzr hamidzr merged commit cf57ce4 into main Aug 28, 2023
@hamidzr hamidzr deleted the hz-go121 branch August 28, 2023 16:52
@dannysauer dannysauer added this to the 0.25.1 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants