go 1.14 is required due to the change in `go fmt`

This commit is contained in:
Justin Abrahms 2020-06-02 05:53:27 -07:00
parent 9ba78031e2
commit 8376623839
1 changed files with 1 additions and 1 deletions

View File

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