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 Go 1.22 and 1.23, rm old versions, bump CI actions, bump golangci-linter #776

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2024

  1. cmd/oci-runtime-tool: fix govet warning

    Found by golangci-lint v1.60.1:
    
    cmd/oci-runtime-tool/main.go:59:17: printf: non-constant format string in call to github.com/sirupsen/logrus.Fatalf (govet)
    		logrus.Fatalf(err.Error())
    		              ^
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e1c9375 View commit details
    Browse the repository at this point in the history
  2. ci: bump Go and github actions

    Go 1.23 is released, making Go 1.21 (and older version) unsupported.
    
    Yet, let's also keep the version from go.mod.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4c69808 View commit details
    Browse the repository at this point in the history