1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

Bump golang to version 1.16

Signed-off-by: Evgeny Slutsky <eslutsky@redhat.com>
This commit is contained in:
Evgeny Slutsky
2021-08-23 17:01:02 +03:00
parent a8aa8384cb
commit f821cbe00a
18 changed files with 17 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ We follow a hard flattening approach; i.e. direct and inherited dependencies are
Dependencies are managed with [Go Modules](https://github.com/golang/go/wiki/Modules) but committed directly to the repository.
We require at least Go 1.14.
We require at least Go 1.16.
- Add or update a dependency with `go get <dependency>@<version>`.
- If you want to use a fork of a project or ensure that a dependency is not updated even when another dependency requires a newer version of it, manually add a [replace directive in the go.mod file](https://github.com/golang/go/wiki/Modules#when-should-i-use-the-replace-directive).