Skip to content

gha: run CI on go1.22#242

Merged
AkihiroSuda merged 1 commit intocontainerd:mainfrom
thaJeztah:bump_go
Oct 26, 2024
Merged

gha: run CI on go1.22#242
AkihiroSuda merged 1 commit intocontainerd:mainfrom
thaJeztah:bump_go

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

No description provided.

@thaJeztah thaJeztah self-assigned this Jun 22, 2024
@thaJeztah thaJeztah closed this Jun 22, 2024
@thaJeztah thaJeztah reopened this Jun 22, 2024
@thaJeztah
Copy link
Copy Markdown
Member Author

thaJeztah commented Jun 22, 2024

Interesting; looks like this is failing on go1.22

cc @AkihiroSuda @dmcgowan

=== RUN   TestDiffDirChangeWithOverlayfs
    diff_test.go:249: failed diff dir change: Unexpected number of changes:
        got(6):
        	modify	/dir1
        	delete	/dir1/d
        	modify	/dir1/f
        	modify	/dir2/d/f
        	modify	/dir3
        	delete	/dir3/.wh..opq
        expected(8):
        	modify	/dir1
        	delete	/dir1/d
        	modify	/dir1/f
        	modify	/dir2
        	modify	/dir2/d
        	modify	/dir2/d/f
        	modify	/dir3
        	delete	/dir3/.wh..opq
--- FAIL: TestDiffDirChangeWithOverlayfs (0.01s)

Signed-off-by: Sebastiaan van Stijn <[email protected]>
module github.com/containerd/continuity/cmd/continuity

go 1.17
go 1.19
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Copy Markdown
Member Author

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.

continuity/go.mod

Lines 1 to 3 in 898d7ed

module github.com/containerd/continuity
go 1.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants