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

Update project to Go 1.22 series #698

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Commits on Aug 16, 2024

  1. Update project to Go 1.22 series

    Update Dependabot configuration for Dockerfile to ignore Go releases
    outside of the Go 1.22 release series.
    
    We update previous match syntax to use x.y.Z syntax (vs just x.Y)
    in an effort to exclude future offerings of Go RC versions as a
    stable update.
    
    NOTE:
    
    We intentionally do *not* update the Go module version; bumping
    the Go module version would indicate that this project *requires* a
    newer Go version for functionality provided by that version (and that
    is not yet the case).
    atc0005 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    98dfff2 View commit details
    Browse the repository at this point in the history