Query re Installing from sources
#856
davidhay1969
started this conversation in
Development
Replies: 1 comment 3 replies
-
Actually I think you are right and it is mixup, also there are some changes and go modules in 1.16 so maybe we should add coverage for that too |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey
Reading Installing from sources, it's not 100% clear what the reader needs to do - I'm probably misunderstanding, but I was of the opinion that
go get
would "go get" the binary into $GOPATH/bin : -ls -al $GOPATH/bin/
file $GOPATH/bin/kube-bench
whereas, if we're really building from source, I'm guessing that we want to do something like this: -
which gives us the binary, albeit in the cloned repo: -
So, to summarise, are we kinda combining the instructions to GET and BUILD the binary in the same section of the doc ?
Sorry if I'm misunderstanding, Dave
Beta Was this translation helpful? Give feedback.
All reactions