Skip to content
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

vendor: go.etcd.io/bbolt v1.3.11 #5288

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

crazy-max
Copy link
Member

full diff: etcd-io/bbolt@v1.3.10...v1.3.11

explicit bump to go 1.22 etcd-io/bbolt#822 (review)

@github-actions github-actions bot added the area/dependencies Pull requests that update a dependency file label Sep 2, 2024
@github-actions github-actions bot added the area/hack building buildkit itself label Sep 2, 2024
Comment on lines +189 to +192
_ = errors.New("")
// gofail: var lackOfDiskSpace string
// tx.rollback()
// return errors.New(lackOfDiskSpace)
Copy link
Member

Choose a reason for hiding this comment

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

The _ = errors.New("") confused me, but looks like it's to make sure the errors import is there, and I guess the gofail: comment is used by some tooling they use to un-comment this code in tests; etcd-io/bbolt@79bcca0

@github-actions github-actions bot removed the area/hack building buildkit itself label Oct 3, 2024
@crazy-max crazy-max marked this pull request as ready for review October 3, 2024 12:59
@crazy-max crazy-max added this to the v0.17.0 milestone Oct 3, 2024
@tonistiigi tonistiigi merged commit fa95592 into moby:master Oct 3, 2024
92 checks passed
@crazy-max crazy-max deleted the update-bbolt branch October 3, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants