From cb706d73c10f8f68dfe19189eb669986e62fa40b Mon Sep 17 00:00:00 2001 From: galargh Date: Mon, 19 Sep 2022 11:58:58 +0200 Subject: [PATCH] docs: document currently used Go image version --- docs/RELEASE_ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RELEASE_ISSUE_TEMPLATE.md b/docs/RELEASE_ISSUE_TEMPLATE.md index 7b4b0829b..2a8647480 100644 --- a/docs/RELEASE_ISSUE_TEMPLATE.md +++ b/docs/RELEASE_ISSUE_TEMPLATE.md @@ -56,7 +56,7 @@ For each RC published in each stage: Checklist: - [ ] **Stage 0 - Automated Testing** - - [ ] Upgrade to the latest patch release of Go that CircleCI has published + - [ ] Upgrade to the latest patch release of Go that CircleCI has published (currently used version: `1.19.1`) - [ ] See the list here: https://hub.docker.com/r/cimg/go/tags - [ ] [ipfs/distributions](https://github.com/ipfs/distributions): bump [this version](https://github.com/ipfs/distributions/blob/master/.tool-versions#L2) - [ ] [ipfs/kubo](https://github.com/ipfs/kubo): [example PR](https://github.com/ipfs/kubo/pull/8599)