From 15bd82b143eb36d0c40adcfb95ad0918a8e1c386 Mon Sep 17 00:00:00 2001 From: Simone Gotti Date: Fri, 24 Jan 2020 13:53:13 +0100 Subject: [PATCH] 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). --- doc/devel.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/devel.md b/doc/devel.md index eeed8a4..071aa09 100644 --- a/doc/devel.md +++ b/doc/devel.md @@ -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 ```