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
"it's not possible to use 'go install' remotely because tendermint uses replace directives in the go.mod file. It's necessary to clone the repo and build manually." but then later it is recommended (go installhere)
Which is the proper install procedure? I ask because both go get ./... && go build -ldflags '-s -w' -trimpath -o ~/go/bin/tenderduty main.go and go install worked, but each method yields a binary with a different hash.
The text was updated successfully, but these errors were encountered:
"it's not possible to use 'go install' remotely because tendermint uses replace directives in the go.mod file. It's necessary to clone the repo and build manually." but then later it is recommended (
go install
here)Which is the proper install procedure? I ask because both
go get ./... && go build -ldflags '-s -w' -trimpath -o ~/go/bin/tenderduty main.go
andgo install
worked, but each method yields a binary with a different hash.The text was updated successfully, but these errors were encountered: