From a4fbc747513e5bcf8eab83fbf0435e7fb9a64a9a Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Tue, 8 Nov 2022 09:58:01 -0600 Subject: [PATCH] chore: Update gotestsum (#4955) This was breaking CI! --- .github/workflows/coder.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 5f9557e69a..ae76147c0a 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -315,7 +315,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: repo: gotestyourself/gotestsum - tag: v1.7.0 + tag: v1.8.2 - uses: hashicorp/setup-terraform@v2 with: @@ -393,7 +393,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: repo: gotestyourself/gotestsum - tag: v1.7.0 + tag: v1.8.2 - uses: hashicorp/setup-terraform@v2 with: