From a069442cb216ff9522313cc9ccf09c2d3e96a2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:16:13 +0000 Subject: [PATCH] disable fail-fast --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 82a6b3e..b4700de 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,6 +13,7 @@ jobs: strategy: matrix: go: ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20"] + fail-fast: false steps: - name: Set up Go 1.x