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

Simplify go version maintenance #2977

Merged
merged 5 commits into from
May 3, 2024
Merged

Commits on May 3, 2024

  1. Simplify go version maintenance

    Now that the minimum go version is defined in go.mod, source the
    version from there for everywhere that needs it rather than
    hard-coding. This is intended to simplify version changes.
    marun committed May 3, 2024
    Configuration menu
    Copy the full SHA
    98e0d93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc064b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1670277 View commit details
    Browse the repository at this point in the history
  4. fixup: fix broken fuzz job

    marun committed May 3, 2024
    Configuration menu
    Copy the full SHA
    528af79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    787baa8 View commit details
    Browse the repository at this point in the history