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.mod to 1.20 #32108

Merged
merged 4 commits into from
Jun 22, 2023
Merged

bump go.mod to 1.20 #32108

merged 4 commits into from
Jun 22, 2023

Commits on Jun 21, 2023

  1. bump go.mod to 1.20

    jar-b committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    89df7cd View commit details
    Browse the repository at this point in the history
  2. fix(lint): remove rand.Seed() calls

    In Go 1.20, the math/rand package now automatically seeds the global
    random number generator with a random value. This makes package level
    calls to rand.Seed() with a non-deterministic value unnecessary.
    Additonal details can be found in the Go 1.20 release notes, under the
    math/rand section:
    
    - https://tip.golang.org/doc/go1.20
    jar-b committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2eb596d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42de6a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    0c737dd View commit details
    Browse the repository at this point in the history