-
Notifications
You must be signed in to change notification settings - Fork 141
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
Conversation
@opencontainers/runtime-tools-maintainers PTAL |
@opencontainers/runtime-tools-maintainers PTAL 🙏🏻 |
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>
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Oh, interesting; I have a green check here, but I'm not in the maintainers list for this repo. Wondering if some permissions were set too relaxed? |
It looks like members of both runtime-tools-maintainers and runtime-spec-maintainers are admins here. |
@tianon we need a "still lgtm" from you here 🧔🏻 |
@opencontainers/runtime-tools-maintainers PTAL 🙏🏻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doh, sorry!
To misquote one of my favorite people, "yep yep, looks like changes"
Mostly a CI refresh. See commits for details.
Closes: #769