Merge pull request #201 from sgotti/doc_add_supported_go_versions_policy
doc: document supported go versions.
This commit is contained in:
commit
c6d7936cc8
|
@ -19,6 +19,8 @@ npm run serve
|
||||||
|
|
||||||
### Build the agola binary
|
### 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
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue