You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go tool dist: unexpected stale targets reported by /Users/filippo/go+go1.24/pkg/tool/darwin_arm64/go_bootstrap list -gcflags="" -ldflags="" for [cmd/asm cmd/cgo cmd/compile cmd/link cmd/preprofile] (consider rerunning with GOMAXPROCS=1 GODEBUG=gocachehash=1):
STALE cmd/asm: not installed but available in build cache
STALE cmd/cgo: not installed but available in build cache
STALE cmd/compile: not installed but available in build cache
STALE cmd/link: not installed but available in build cache
STALE cmd/preprofile: not installed but available in build cache
A successful build resulting in a toolchain with GOFIPS140=latest baked in, per #70200.
Like all the other target configuration variables (for example, GOOS, GOARCH, GOARM, CC, CGO_ENABLED, ...), the GOFIPS140 setting during make.bash is "baked" into the toolchain as the default setting for builds with that toolchain.
Go version
go version go1.24rc1 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
Full log https://gist.github.com/FiloSottile/503e0c566fb76ec4decf5a753da72efd
What did you expect to see?
A successful build resulting in a toolchain with GOFIPS140=latest baked in, per #70200.
/cc @rsc
The text was updated successfully, but these errors were encountered: