Skip to content

Commit

Permalink
doc: document supported go versions.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
sgotti committed Jan 24, 2020
1 parent ef8235d commit 15bd82b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/devel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 15bd82b

Please sign in to comment.