mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Do not specify go version in CONTRIBUTING.md (#7742)
1. We set go1.14 in the go.mod so bad go version would yell 2. The way it is specified, its like it is only needed for dependencies. if we want the go version back in that file we should add it properly. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
a92ae7196b
commit
869ba2b3cd
|
@ -56,7 +56,7 @@ All our issues are regularly tagged so that you can also filter down the issues
|
|||
|
||||
## Dependency management
|
||||
|
||||
The Prometheus project uses [Go modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) to manage dependencies on external packages. This requires a working Go environment with version 1.13 or greater installed.
|
||||
The Prometheus project uses [Go modules](https://golang.org/cmd/go/#hdr-Modules__module_versions__and_more) to manage dependencies on external packages.
|
||||
|
||||
All dependencies are vendored in the `vendor/` directory.
|
||||
|
||||
|
|
Loading…
Reference in a new issue