-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[WIP] testing updated snapshotters #5663
base: master
Are you sure you want to change the base?
Conversation
thaJeztah
commented
Jan 15, 2025
- relates to downgrade go-difflib and go-spew to tagged releases #5654 (comment)
- relates to go.mod: update github.com/containerd/containerd v2.0.2 containerd/stargz-snapshotter#1936
- relates to downgrade go-difflib and go-spew to tagged releases containerd/fuse-overlayfs-snapshotter#117
- relates to go.mod: update github.com/containerd/containerd v2.0.2 containerd/nydus-snapshotter#629
@@ -1,6 +1,9 @@ | |||
module github.com/moby/buildkit | |||
|
|||
go 1.22.0 | |||
go 1.22.7 |
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.
opened a PR for this;
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.
Thanks!
golang.org/x/sys v0.28.0 | ||
golang.org/x/sys v0.29.0 | ||
golang.org/x/time v0.6.0 | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 | ||
google.golang.org/grpc v1.68.1 | ||
google.golang.org/grpc v1.69.4 |
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.
Looks like stargz has dependabot enabled, so aggressively updating to "latest"; containerd/stargz-snapshotter@0e94cae
Signed-off-by: Sebastiaan van Stijn <[email protected]>
…20250115014137-4d71bc823976 Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: golang/sys@v0.28.0...v0.29.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
full diff: containerd/go-cni@v1.1.11...v1.1.12 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
e08f4a0
to
fcbef49
Compare