jdx / mise

dev tools, env vars, task runner

Home Page:https://mise.jdx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error installing a go package with go backend

epoch-chrono opened this issue · comments

╭─    ~                                                                                                                    󱃾 minikube  10:16:07  ⏳ - epoch 
╰─❯ mise use -g go
go: finding module for package github.com/spf13/cobra
go: finding module for package github.com/olekukonko/tablewriter
go: finding module for package github.com/docker/go-units
go: finding module for package github.com/fatih/color
go: finding module for package gopkg.in/src-d/go-git.v4
go: downloading github.com/fatih/color v1.17.0
go: found github.com/spf13/cobra in github.com/spf13/cobra v1.8.0
go: found github.com/docker/go-units in github.com/docker/go-units v0.5.0
go: found gopkg.in/src-d/go-git.v4 in gopkg.in/src-d/go-git.v4 v4.13.1
go: found github.com/fatih/color in github.com/fatih/color v1.17.0
go: found github.com/olekukonko/tablewriter in github.com/olekukonko/tablewriter v0.0.5
go: finding module for package github.com/mitchellh/go-homedir
go: finding module for package golang.org/x/crypto/ssh/terminal
go: finding module for package github.com/hashicorp/yamux
go: finding module for package github.com/fatih/color
go: finding module for package github.com/kr/pty
go: found github.com/hashicorp/yamux in github.com/hashicorp/yamux v0.1.1
go: found github.com/mitchellh/go-homedir in github.com/mitchellh/go-homedir v1.1.0
go: found github.com/kr/pty in github.com/kr/pty v1.1.8
go: found golang.org/x/crypto/ssh/terminal in golang.org/x/crypto v0.23.0
go: found github.com/fatih/color in github.com/fatih/color v1.17.0
go: finding module for package github.com/ccding/go-config-reader/config
go: finding module for package github.com/opsgenie/opsgenie-go-sdk-v2/user
go: finding module for package github.com/urfave/cli
go: finding module for package github.com/opsgenie/opsgenie-go-sdk-v2/alert
go: finding module for package github.com/opsgenie/opsgenie-go-sdk-v2/logs
go: finding module for package github.com/opsgenie/opsgenie-go-sdk-v2/heartbeat
go: finding module for package github.com/opsgenie/opsgenie-go-sdk-v2/policy
go: finding module for package github.com/opsgenie/opsgenie-go-sdk-v2/client
go: finding module for package github.com/opsgenie/opsgenie-go-sdk-v2/integration
go: finding module for package gopkg.in/yaml.v2
go: found github.com/urfave/cli in github.com/urfave/cli v1.22.15
go: found github.com/opsgenie/opsgenie-go-sdk-v2/alert in github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.22
go: found github.com/opsgenie/opsgenie-go-sdk-v2/client in github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.22
go: found github.com/opsgenie/opsgenie-go-sdk-v2/heartbeat in github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.22
go: found github.com/opsgenie/opsgenie-go-sdk-v2/integration in github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.22
go: found github.com/opsgenie/opsgenie-go-sdk-v2/logs in github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.22
go: found github.com/opsgenie/opsgenie-go-sdk-v2/policy in github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.22
go: found github.com/opsgenie/opsgenie-go-sdk-v2/user in github.com/opsgenie/opsgenie-go-sdk-v2 v1.2.22
go: found gopkg.in/yaml.v2 in gopkg.in/yaml.v2 v2.4.0
go: found github.com/ccding/go-config-reader/config in github.com/ccding/go-config-reader v0.0.0-20130817225950-8b6c2b50197f
go: finding module for package golang.org/x/net/html
go: finding module for package github.com/machinebox/progress
go: found github.com/machinebox/progress in github.com/machinebox/progress v0.2.0
go: found golang.org/x/net/html in golang.org/x/net v0.25.0
mise go@1.22.3      ✓ installed                                                                                                                                      mise ~/.config/mise/config.toml tools: go@1.22.3
╭─    ~                                                                                                                    󱃾 minikube  10:15:54  ⏳ - epoch 
╰─❯
╭─    ~                                                                                                                    󱃾 minikube  10:15:54  ⏳ - epoch 
╰─❯
╭─    ~                                                                                                                    󱃾 minikube  10:15:54  ⏳ - epoch 
╰─❯
╭─    ~                                                                                                           2m 4s  󱃾 minikube  10:18:26  ⏳ - epoch 
╰─❯ mise use -g go:github.com/keidarcy/e1s
mise go is not installed. Please install it in order to install github.com/keidarcy/e1s
mise Run with --verbose or MISE_VERBOSE=1 for more information
╭─    ~                                                                                                                    󱃾 minikube  10:19:51  ⏳ - epoch 
╰─❯
commented

please follow the diagnostics instructions

Same issue here. Here's some mise doctor output from my end.

commented

update to the latest version

Works, thanks.