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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

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

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 area/hack building buildkit itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants