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:
Solomon Jacobs 2025-11-27 19:30:19 +01:00 committed by GitHub
parent 30be1483d1
commit abffb92847
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```