newbie - I can't install cloudprober #752
Unanswered
pasqualeCatucci
asked this question in
Q&A
Replies: 1 comment
-
|
Hello @pasqualeCatucci, We will soon fix the binary path (see #690), but for now you can install it like this: You can also install using brew -- |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a Thin Client with Xubuntu 24.04
I installed golang with
apt get golang
and verified go with
go version go1.22.2 linux/amd64
I tried
go get github.com/cloudprober/cloudprober
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
and
go install github.com/cloudprober/cloudprober@latest
package github.com/cloudprober/cloudprober is not a main package
could anyone help me?
thanks for all
pasqualeC
Beta Was this translation helpful? Give feedback.
All reactions