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"