-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Existing system has go1.23.4 installed. Script tries to install go1.23.0 and gets a conflict upon --deploy -hq
Installing dependencies...
Checking for existing Go installation...
Downloading and installing Go...
Go installed successfully.
go-hyperqube service is not running.
Checking for existing go-hyperqube directory...
Cloning branch 'hyperqube_z' from repository 'https://github.com/hypercore-one/hyperqube_z.git'...
Cloning into 'go-hyperqube'...
remote: Enumerating objects: 1327, done.
remote: Counting objects: 100% (1327/1327), done.
remote: Compressing objects: 100% (550/550), done.
remote: Total 1327 (delta 755), reused 1301 (delta 729), pack-reused 0 (from 0)
Receiving objects: 100% (1327/1327), 1.41 MiB | 9.63 MiB/s, done.
Resolving deltas: 100% (755/755), done.
Clone completed.
go: downloading github.com/urfave/cli/v2 v2.10.2
go: downloading github.com/ethereum/go-ethereum v1.10.22
go: downloading github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
go: downloading golang.org/x/crypto v0.1.0
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading golang.org/x/sys v0.1.0
go: downloading github.com/btcsuite/btcd/btcutil v1.1.3
go: downloading google.golang.org/protobuf v1.27.1
go: downloading github.com/huin/goupnp v1.0.3
go: downloading github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
go: downloading github.com/tklauser/go-sysconf v0.3.10
go: downloading github.com/golang/snappy v0.0.4
go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
go: downloading github.com/tklauser/numcpus v0.4.0
internal/unsafeheader
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/goarch
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/byteorder
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/coverage/rtcov
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/godebugs
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/goexperiment
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/profilerecord
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/goos
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/cpu
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/runtime/syscall
compile: version "go1.23.4" does not match go tool version "go1.23.0"
sync/atomic
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/runtime/atomic
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/race
compile: version "go1.23.4" does not match go tool version "go1.23.0"
unicode/utf8
compile: version "go1.23.4" does not match go tool version "go1.23.0"
cmp
compile: version "go1.23.4" does not match go tool version "go1.23.0"
encoding
compile: version "go1.23.4" does not match go tool version "go1.23.0"
unicode
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/itoa
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/msan
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/asan
compile: version "go1.23.4" does not match go tool version "go1.23.0"
unicode/utf16
compile: version "go1.23.4" does not match go tool version "go1.23.0"
math/bits
compile: version "go1.23.4" does not match go tool version "go1.23.0"
log/internal
compile: version "go1.23.4" does not match go tool version "go1.23.0"
internal/nettrace
compile: version "go1.23.4" does not match go tool version "go1.23.0"
container/list
compile: version "go1.23.4" does not match go tool version "go1.23.0"
crypto/internal/alias
compile: version "go1.23.4" does not match go tool version "go1.23.0"
vendor/golang.org/x/crypto/internal/alias
compile: version "go1.23.4" does not match go tool version "go1.23.0"
crypto/subtle
compile: version "go1.23.4" does not match go tool version "go1.23.0"
vendor/golang.org/x/crypto/cryptobyte/asn1
compile: version "go1.23.4" does not match go tool version "go1.23.0"
crypto/internal/boring/sig
compile: version "go1.23.4" does not match go tool version "go1.23.0"
google.golang.org/protobuf/internal/flags
compile: version "go1.23.4" does not match go tool version "go1.23.0"
github.com/golang-collections/collections/set
compile: version "go1.23.4" does not match go tool version "go1.23.0"