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

hack: Fix the build by updating dependencies #2321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stefanberger
Copy link

Fix the build that is failing due to this error:

verifying github.com/go-swagger/go-swagger@v0.31.0: checksum mismatch
downloaded: h1:s/T8gKzyNAUMFMyTWew6Vz3+rpT2MYKQD6ez1FlkRrs=
go.sum: h1:H8eOYQnY2u7vNKWDNykv2xJP3pBhRG/R+SOCAmKrLlc=

Also github.com/AdamKorcz/go-fuzz-headers-1 needed to be updated.

Fix the build that is failing due to this error:

verifying github.com/go-swagger/go-swagger@v0.31.0: checksum mismatch
        downloaded: h1:s/T8gKzyNAUMFMyTWew6Vz3+rpT2MYKQD6ez1FlkRrs=
        go.sum:     h1:H8eOYQnY2u7vNKWDNykv2xJP3pBhRG/R+SOCAmKrLlc=

Also github.com/AdamKorcz/go-fuzz-headers-1 needed to be updated.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
@stefanberger stefanberger requested a review from a team as a code owner January 7, 2025 19:22
@bobcallaway
Copy link
Member

bobcallaway commented Jan 7, 2025

/hold

that's a red flag unless they re-tagged a release. esp since that release is 7 months old

Copy link
Member

@bobcallaway bobcallaway left a comment

Choose a reason for hiding this comment

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

holding this due to security concerns

@stefanberger
Copy link
Author

That's so weird. The github actions report this error here following my changes:

erifying github.com/go-swagger/go-swagger@v0.31.0: checksum mismatch
	downloaded: h1:H8eOYQnY2u7vNKWDNykv2xJP3pBhRG/R+SOCAmKrLlc=
	go.sum:     h1:s/T8gKzyNAUMFMyTWew6Vz3+rpT2MYKQD6ez1FlkRrs=

I get the reverse error which caused me to make the changes in the first place:

verifying github.com/go-swagger/go-swagger@v0.31.0: checksum mismatch
            downloaded: h1:s/T8gKzyNAUMFMyTWew6Vz3+rpT2MYKQD6ez1FlkRrs=
            go.sum:     h1:H8eOYQnY2u7vNKWDNykv2xJP3pBhRG/R+SOCAmKrLlc=

@bobcallaway
Copy link
Member

what does go env GOPROXY return for you?

@stefanberger
Copy link
Author

what does go env GOPROXY return for you?

$ go env GOPROXY
direct

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