doc: document supported go versions.

We usually test and support the latest two major versions of Go like in the [Go
release policy](https://golang.org/doc/devel/release.html#policy).
This commit is contained in:
Simone Gotti 2020-01-24 13:53:13 +01:00
parent ef8235d78d
commit 15bd82b143
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ npm run serve
### Build the agola binary
To build agola we usually test and support the latest two major versions of Go like in the [Go release policy](https://golang.org/doc/devel/release.html#policy).
```
make
```