mirror of https://github.com/prometheus/prometheus
Browse Source
'go install' is not really the correct command. It does not add the package to the go.mod file when a specific version is used. The correct command is 'go get'. See here: https://go.dev/ref/mod#go-install Signed-off-by: kaffarell <gabrielgoller123@gmail.com>pull/11504/head
kaffarell
2 years ago
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue