Merge pull request #201 from sgotti/doc_add_supported_go_versions_policy

doc: document supported go versions.
This commit is contained in:
Simone Gotti 2020-01-27 10:14:30 +01:00 committed by GitHub
commit c6d7936cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```