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

.github: use minimum required Go version from go.mod file #99

Merged
merged 3 commits into from
Feb 27, 2024

Commits on Feb 27, 2024

  1. .github: update actions/checkout and ctions/setup-go GA versions

    Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
    AnnaShaleva committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6acf748 View commit details
    Browse the repository at this point in the history
  2. .github: reorder actions/checkout and actions/setup-go steps

    Otherwise setup-go action won't work with go-version-file. Ref.
    actions/setup-go#340.
    
    Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
    AnnaShaleva committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    50cba6d View commit details
    Browse the repository at this point in the history
  3. .github: use minimum required Go version from go.mod file

    For linter job only. Port
    nspcc-dev/neofs-contract@e0ec4d2.
    
    Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
    AnnaShaleva committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cd438c5 View commit details
    Browse the repository at this point in the history