From 0fa329d31965c87751c2f91244612b61ad1b975a Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Tue, 11 Oct 2022 16:38:57 +0530 Subject: [PATCH] Update gotestfmt package repo in CI (#1103) The package was moved to gotesttools org with the original one being deleted soon. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6382e54cf..38c00e9c54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: # Install gotestfmt - name: Set up gotestfmt - run: go install github.com/haveyoudebuggedit/gotestfmt/v2/cmd/gotestfmt@latest + run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest # AWS creds - name: Configure AWS credentials from Test account