-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: go test
doesn't work with GODEBUG=fips140=only
#70878
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
Comments
@golang/security @FiloSottile |
@golang/release tentatively marking this as release blocker. If |
go test
doesn't work with GODEBUG=fips140=only
go test
doesn't work with GODEBUG=fips140=only
Ah, good catch. We should probably just override
|
Change https://go.dev/cl/639196 mentions this issue: |
There's nothing we'll do for this release, but it's a bit unfortunate that |
Change https://go.dev/cl/641096 mentions this issue: |
Go version
go version devel go1.24-c8fb6ae617 Sun Dec 8 15:34:47 2024 +0000 windows/amd64
Output of
go env
in your module/workspace:What did you do?
Run
GODEBUG=fips140=only go test crypto/hmac
What did you see happen?
What did you expect to see?
The text was updated successfully, but these errors were encountered: