From cd86c8bafcf6bd2d1da046ff974afcb9de050258 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 21 Mar 2024 16:04:05 +0100 Subject: [PATCH] doc(gobash.yml): explain what to do during releases (#1523) See https://github.com/ooni/probe/issues/2690 --- .github/workflows/gobash.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gobash.yml b/.github/workflows/gobash.yml index 70dcef47c..4db51a259 100644 --- a/.github/workflows/gobash.yml +++ b/.github/workflows/gobash.yml @@ -21,6 +21,8 @@ jobs: strategy: matrix: goversion: + # When releasing, make sure this list contains the latest + # stable version of Go as the last entry. - "1.15" # debian 11 "bullseye" - "1.16" - "1.17"