php-go icon indicating copy to clipboard operation
php-go copied to clipboard

go install ./zend error

Open tohidplus opened this issue 6 years ago • 0 comments

go install ./zend
# errors
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# math/bits
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# runtime/internal/atomic
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# internal/cpu
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# runtime/internal/sys
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# internal/race
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# unicode/utf8
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# sync/atomic
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# unicode
compile: version "go1.12.9" does not match go tool version "go1.10.4"
# runtime/cgo
compile: version "go1.12.9" does not match go tool version "go1.10.4"
Makefile:31: recipe for target 'all' failed
make: *** [all] Error 2

tohidplus avatar Apr 09 '20 19:04 tohidplus