bump Go version in CONTRIBUTING.md

Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
This commit is contained in:
Alex Suraci 2021-02-21 16:12:09 -05:00
parent d1ce3e6e5a
commit 017a416c80
1 changed files with 3 additions and 3 deletions

View File

@ -140,14 +140,14 @@ opaque.
You'll need a few things installed in order to build, test and run Concourse during
development:
* [`go`](https://golang.org/dl/) v1.13+
* [`go`](https://golang.org/dl/) v1.16+
* [`git`](https://git-scm.com/) v2.11+
* [`yarn`](https://yarnpkg.com/en/docs/install)
* [`docker-compose`](https://docs.docker.com/compose/install/)
* [`postgresql`](https://www.postgresql.org/download/)
> *Concourse uses Go 1.11's module system, so make sure it's **not** cloned
> under your `$GOPATH`.*
> *Concourse uses Go's module system, so make sure it's **not** cloned under
> your `$GOPATH`.*
## Running Concourse