crypto/x509: recently updated Xcode command line tools results in error #31250
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
What operating system and processor architecture are you using (
go env
)?macOS 10.14.4
go env
OutputWhat did you do?
Switched work laptops, updated to macOS 10.14.4, installed Xcode Command Line Tools via
xcode-select --install
Running a simple
Hello World
print out program seems to work. But doing anything else (includinggo get package.com/package
orgo build
), yields errors referencingroot_cgo_darwin.go
.What did you expect to see?
Nothing in particular, but standard stuff.
What did you see instead?
The text was updated successfully, but these errors were encountered: