-
Notifications
You must be signed in to change notification settings - Fork 260
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
I am trying to install entire on maxOS (Venural, intel) using go install but it is failing.
go version go1.26.1 darwin/amd64
Steps to reproduce
- Run go install -v -x github.com/entireio/cli/cmd/entire@latest
Expected behavior: entire should be installed.
Actual behavior: go install failed with below logs.
Entire CLI version
latest
OS and architecture
macOS Ventura 13.7.8 (Intel) x86_64
Agent
NA
Terminal
terminal
Logs / debug output
bin % go install -v -x github.com/entireio/cli/cmd/entire@latest
# get https://proxy.golang.org/github.com/@v/list
# get https://proxy.golang.org/github.com/entireio/cli/cmd/@v/list
# get https://proxy.golang.org/github.com/entireio/cli/@v/list
# get https://proxy.golang.org/github.com/entireio/cli/cmd/entire/@v/list
# get https://proxy.golang.org/github.com/entireio/@v/list
# get https://proxy.golang.org/github.com/entireio/cli/@v/list: 200 OK (0.019s)
# get https://proxy.golang.org/github.com/@v/list: 404 Not Found (0.034s)
# get https://proxy.golang.org/github.com/entireio/cli/cmd/@v/list: 404 Not Found (0.035s)
# get https://proxy.golang.org/github.com/entireio/cli/cmd/entire/@v/list: 404 Not Found (0.043s)
# get https://proxy.golang.org/github.com/entireio/@v/list: 404 Not Found (0.052s)
WORK=/var/folders/nv/2ztst7fj56g_y8jxz1_j5t3w0000gn/T/go-build3736817365Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working