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

Fix & Cleanup CI / Go 1.21 Deprections #829

Merged
merged 7 commits into from
Dec 10, 2023
Merged

Fix & Cleanup CI / Go 1.21 Deprections #829

merged 7 commits into from
Dec 10, 2023

Commits on Dec 10, 2023

  1. workflows: Update actions

    DaPigGuy committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    bd6fb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db42c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf056c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a5bc25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bc3ab5 View commit details
    Browse the repository at this point in the history
  6. server/server.go: Remove deprecated usage of rand.Seed

    As of Go 1.20, the global `math/rand` is automatically seeded.
    DaPigGuy committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    28165ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa4fca0 View commit details
    Browse the repository at this point in the history