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

.*: add presubmit check for verifying go directive changes #306

Merged

Commits on Mar 6, 2024

  1. .*: add presubmit check for verifying go directive changes

    This commit adds a script that checks the changed version in
    the go.mod file with a certain maximum version that the go
    directive can have.
    
    We set the maximum version of the go directive as 1.20 here
    because the oldest go directive that exists on our supported
    release branches in k/k is 1.20.
    
    This commit additionally changes the requisite GH action to
    incorporate this check.
    
    Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
    MadhavJivrajani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b01eb69 View commit details
    Browse the repository at this point in the history