kitech / php-go

Write PHP extension using go/golang. Zend API wrapper for go/golang.
882 stars 108 forks source link

go install ./zend error #51

Open tohidplus opened 4 years ago

tohidplus commented 4 years ago
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