Merge pull request #608 from justinabrahms/go-version-update

go 1.14 is required due to the change in `go fmt`
This commit is contained in:
Stefan Prodan
2020-06-02 16:27:57 +03:00
committed by GitHub
+1 -1
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