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

Bump dependencies (go get -u ./...) #224

Merged
merged 1 commit into from Jan 26, 2023
Merged

Conversation

wlynch
Copy link
Member

@wlynch wlynch commented Jan 26, 2023

Summary

Doing a dependency bump to try and get rid of errors we're seeing when trying to cut the latest release.

gitsign imports
	github.com/sigstore/gitsign imports
	github.com/sigstore/cosign/pkg/providers/all imports
	github.com/sigstore/cosign/pkg/providers/google imports
	google.golang.org/api/idtoken imports
	cloud.google.com/go/compute/metadata: ambiguous import: found package cloud.google.com/go/compute/metadata in multiple modules:
	cloud.google.com/go/compute v1.10.0 (/home/runner/go/pkg/mod/cloud.google.com/go/compute@v1.10.0/metadata)
	cloud.google.com/go/compute/metadata v0.2.0 (/home/runner/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.2.0)

I don't know if this will actually fix it - next step is try and reset the build cache.

Signed-off-by: Billy Lynch billy@chainguard.dev

Release Note

NONE

Documentation

n/a

Doing a dependency bump to try and get rid of errors we're seeing when
trying to cut the latest release.

gitsign imports
	github.com/sigstore/gitsign imports
	github.com/sigstore/cosign/pkg/providers/all imports
	github.com/sigstore/cosign/pkg/providers/google imports
	google.golang.org/api/idtoken imports
	cloud.google.com/go/compute/metadata: ambiguous import: found package cloud.google.com/go/compute/metadata in multiple modules:
	cloud.google.com/go/compute v1.10.0 (/home/runner/go/pkg/mod/cloud.google.com/go/compute@v1.10.0/metadata)
	cloud.google.com/go/compute/metadata v0.2.0 (/home/runner/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.2.0)

Next step is also try and reset the build cache.

Signed-off-by: Billy Lynch <billy@chainguard.dev>
@wlynch wlynch requested a review from eddiezane January 26, 2023 00:54
@cpanato cpanato merged commit aca7918 into sigstore:main Jan 26, 2023
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.

None yet

2 participants