-
Notifications
You must be signed in to change notification settings - Fork 137
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
building fulcio server complains about missing go.sum in github.com/coreos/go-oidc/v3/oidc #62
Comments
Yeah that is strange. What version of go are you using? I know a lot has changed here in Go 1.16. |
I'm using |
Whoa, no idea. I didn't even know there was a |
So I'm not able to reproduce this anymore to find the cause or troubleshoot it. Feel free to close it then and thanks for the help. |
Thanks for trying! |
After #57 trying to build the project I encountered an error:
Easy workaround is to run the provided command (
go get github.com/sigstore/fulcio/pkg/generated/restapi
) but I was wondering if this is expected or should be fixed.I'm a bit confused about go getting part of the package I'm trying to build locally and what side effects this may produce.
The text was updated successfully, but these errors were encountered: