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

chore: bump crane #159

Merged
merged 1 commit into from
Sep 13, 2023
Merged

chore: bump crane #159

merged 1 commit into from
Sep 13, 2023

Conversation

willmurphyscode
Copy link
Contributor

Recent versions of Go get an import error on "make bootstrap" with the version of crane previously used.

Before:

$ make bootstrap
... snip ...
GOBIN="/Users/willmurphy/work/grype-db/.tmp" go install github.com/google/go-containerregistry/cmd/crane@v0.12.1
# golang.org/x/sys/unix
../../go/pkg/mod/golang.org/x/sys@v0.1.0/unix/ioctl.go:11:2: "os" imported and not used
make: *** [bootstrap-tools] Error 1

After: make bootstrap succeeds

Recent versions of Go get an import error on "make bootstrap" with the
version of crane previously used.

Signed-off-by: Will Murphy <will.murphy@anchore.com>
@westonsteimel westonsteimel merged commit d5daa2a into main Sep 13, 2023
13 checks passed
@westonsteimel westonsteimel deleted the chore-bump-crane branch September 13, 2023 07:49
willmurphyscode pushed a commit that referenced this pull request Mar 27, 2024
Currently there are a bunch of warnings logged that are expected
behaviour.  This modifies these to be debug level.

Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants