From abbddbbdcb3b103dfdfc8a01b4355ed3e60bae9e Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Thu, 6 Mar 2025 17:08:02 +0100 Subject: [release-branch.go1.24] crypto/internal/fips140: make Version return latest when not frozen Cherry-picked to allow running new mkzip.go on release-branch.go1.24. Updates #75523 Updates #71820 Change-Id: I6a6a46563da281a7b20efc61eefdcbb2e146db33 Reviewed-on: https://go-review.googlesource.com/c/go/+/655795 LUCI-TryBot-Result: Go LUCI Reviewed-by: Daniel McCarney Reviewed-by: Junyang Shao Auto-Submit: Filippo Valsorda Reviewed-by: Roland Shoemaker Reviewed-on: https://go-review.googlesource.com/c/go/+/701439 Reviewed-by: Mark Freeman --- src/runtime/debug/mod.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/debug/mod.go') diff --git a/src/runtime/debug/mod.go b/src/runtime/debug/mod.go index 3eab08744f..917e734284 100644 --- a/src/runtime/debug/mod.go +++ b/src/runtime/debug/mod.go @@ -81,6 +81,7 @@ type Module struct { // - GOARCH: the architecture target // - GOAMD64/GOARM/GO386/etc: the architecture feature level for GOARCH // - GOOS: the operating system target +// - GOFIPS140: the frozen FIPS 140-3 module version, if any // - vcs: the version control system for the source tree where the build ran // - vcs.revision: the revision identifier for the current commit or checkout // - vcs.time: the modification time associated with vcs.revision, in RFC3339 format -- cgit v1.3