mirror of https://github.com/fluxcd/flagger.git
go 1.14 is required due to the change in `go fmt`
This commit is contained in:
parent
9ba78031e2
commit
8376623839
|
|
@ -7,7 +7,7 @@ This document describes how to build, test and run Flagger from source.
|
|||
Flagger is written in Go and uses Go modules for dependency management.
|
||||
|
||||
On your dev machine install the following tools:
|
||||
* go >= 1.13
|
||||
* go >= 1.14
|
||||
* git >= 2.20
|
||||
* bash >= 5.0
|
||||
* make >= 3.81
|
||||
|
|
|
|||
Loading…
Reference in New Issue