-
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
go.mod
Outdated
@@ -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!
go.mod
Outdated
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
e08f4a0
to
fcbef49
Compare
fcbef49
to
e0aa0a1
Compare
Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Downgrade go-difflib and go-spew to tagged releases - Remove references to io/ioutil package - Bump github.com/containerd/containerd/v2 from 2.0.0 to 2.0.2 - Bump golang.org/x/net from 0.30.0 to 0.33.0 - Bump google.golang.org/grpc from 1.68.1 to 1.69.4 full diff: containerd/fuse-overlayfs-snapshotter@v2.1.0...v2.1.1 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]>
e0aa0a1
to
7b72fdc
Compare
depends on: