Report both Go versions even when the first fails

This commit is contained in:
M
2026-08-28 12:34:55 +02:00
committed by lilleman-tw
parent e7bd363519
commit 4ad26970d8
+3
View File
@@ -18,7 +18,10 @@ jobs:
persist-credentials: false
- name: Latest supported Go
run: docker compose run --rm ci
# Runs even when the step above failed, so a red build says whether the
# failure is version-specific.
- name: Lowest supported Go
if: ${{ !cancelled() }}
env:
GO_VERSION: 1.22.12
run: docker compose run --rm ci