From 3f26ac07681d1fedb8e4610ffecacd5c0b568b07 Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Tue, 15 Mar 2022 10:41:28 -0700 Subject: [PATCH] Remove false positive in go version comment (#5995) --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5063f6a8c..dd555e627 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,8 +3,8 @@ services: boulder: # CAUTION: Changing the Go version in this tag changes the version of Go # used for release builds. make-deb.sh relies on being able to parse the - # version between 'BOULDER_TOOLS_TAG:-go' and '_' if you make changes to - # these tokens, please update this parsing logic. + # numeric version between 'go' and the underscore-prefixed date. If you make + # changes to these tokens, please update this parsing logic. image: &boulder_image letsencrypt/boulder-tools:${BOULDER_TOOLS_TAG:-go1.17.7_2022-02-10} environment: FAKE_DNS: 10.77.77.77