summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2021-03-15 10:20:33 +0000
committerNick Thomas <nick@gitlab.com>2021-03-15 10:20:33 +0000
commite79f115d93a9f00f3e4f8a22ec770fdf4c3e1947 (patch)
tree038b5b4ce9976cc67a649dbb8d861048deb9754c
parentdff2209698bea83dc4ef0b31c3887be7efd34166 (diff)
parentb2a72e9efe2d10f241a2a4e29bdeba55450b2a01 (diff)
downloadgitlab-shell-e79f115d93a9f00f3e4f8a22ec770fdf4c3e1947.tar.gz
Merge branch 'ashmckenzie/update-requirements' into 'main'
Clarify which versions of Go we support See merge request gitlab-org/gitlab-shell!459
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43297ae..0fe39e3 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,9 @@ Ruby to build and test, but not to run.
Download and install the current version of Go from https://golang.org/dl/
+We follow the [Golang Release Policy](https://golang.org/doc/devel/release.html#policy)
+of supporting the current stable version and the previous two major versions.
+
## Setup
make setup