-
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
e0aa0a1
to
7b72fdc
Compare
7b72fdc
to
a2b6a11
Compare
a2b6a11
to
7111917
Compare
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]>
7111917
to
549b80b
Compare
@@ -102,8 +102,8 @@ require ( | |||
golang.org/x/sync v0.10.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.69.4 | |||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a |
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 this dependency was susceptible to GHA script injection (but no mention if it was exploited); googleapis/go-genproto@324edc3...19429a9
depends on: