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
Does this issue reproduce with the latest release?
Yes
What did you do?
I upgraded go from go 1.17.2 (worked well) to go1.18.1 (from go1.18.1.darwin-amd64.pkg in the official download page), then a horrible error was thrown.
My system was MacOS High Sierra 10.13.3, and I find the it's supported in the release note of go 1.17 (while go1.18 doesn't point the requirement of darwin).
It's same to #50855. However my system met the requirement.
The problem is resolved when I upgrade my darwin to MacOS Mojave 10.14.6
What did you expect to see?
go version go1.18.1 darwin/amd64
What did you see instead?
$ /usr/local/go/bin/go version
dyld: Symbol not found: _SecTrustEvaluateWithError
Referenced from: /usr/local/go/bin/go
Expected in: flat namespace
[1] 67235 abort /usr/local/go/bin/go
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?1.18.1
Does this issue reproduce with the latest release?
Yes
What did you do?
I upgraded go from go 1.17.2 (worked well) to go1.18.1 (from
go1.18.1.darwin-amd64.pkg
in the official download page), then a horrible error was thrown.My system was
MacOS High Sierra 10.13.3
, and I find the it's supported in the release note of go 1.17 (while go1.18 doesn't point the requirement of darwin).It's same to #50855. However my system met the requirement.
The problem is resolved when I upgrade my darwin to
MacOS Mojave 10.14.6
What did you expect to see?
go version go1.18.1 darwin/amd64
What did you see instead?
The text was updated successfully, but these errors were encountered: