-
Notifications
You must be signed in to change notification settings - Fork 67
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
gha: run CI on go1.22 #242
Conversation
Interesting; looks like this is failing on go1.22
|
Signed-off-by: Sebastiaan van Stijn <[email protected]>
@@ -1,6 +1,6 @@ | |||
module github.com/containerd/continuity/cmd/continuity | |||
|
|||
go 1.17 | |||
go 1.19 |
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.
?
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.
It uses a replace rule for the main module (github.com/containerd/continuity
), and the main module requires go 1.19 as minimum.
Lines 1 to 3 in 898d7ed
module github.com/containerd/continuity | |
go 1.19 |
No description provided.