mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-18 21:26:32 -05:00
drop GO111MODULE=on (#17520)
This is ignored as of go 1.17, see e.g., for reference https://go.dev/blog/go116-module-changes Signed-off-by: Solomon Jacobs <solomonjacobs@protonmail.com>
This commit is contained in:
parent
30be1483d1
commit
abffb92847
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ You can use the `go` tool to build and install the `prometheus`
|
|||
and `promtool` binaries into your `GOPATH`:
|
||||
|
||||
```bash
|
||||
GO111MODULE=on go install github.com/prometheus/prometheus/cmd/...
|
||||
go install github.com/prometheus/prometheus/cmd/...
|
||||
prometheus --config.file=your_config.yml
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue