cmd/cgo: CGO compilation fails as of Go version 1.15.3 #43146
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. The problem exists in every version of Go since 1.15.3 through 1.15.6.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Prior to Go 1.15.3, our CGO application builds and runs as intended. Starting with Go version 1.15.3 and through Go version 1.15.6, the application fails to compile.
What did you expect to see?
A successful compilation.
What did you see instead?
Starting with Go 1.15.3, compilation fails with
hsm.go
is our application code. Line 275 is thisThe text was updated successfully, but these errors were encountered: