From 0fd3ef4f00e00c0dc6a0132e68025d549befe83e Mon Sep 17 00:00:00 2001 From: Adrian Dombeck Date: Mon, 6 Jan 2025 15:26:19 +0100 Subject: [PATCH] Fix incorrect gotestfmt output Use our fork until https://github.com/GoTestTools/gotestfmt/pull/62 has been merged by upstream. --- gh-actions/go/gotestfmt/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions/go/gotestfmt/action.yaml b/gh-actions/go/gotestfmt/action.yaml index 90b5b781..0d498e50 100644 --- a/gh-actions/go/gotestfmt/action.yaml +++ b/gh-actions/go/gotestfmt/action.yaml @@ -13,7 +13,7 @@ runs: run: | # Install gotestfmt set -eu - TOOL=github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt + TOOL=github.com/ubuntu/gotestfmt/v2/cmd/gotestfmt VERSION=$(go mod edit --json | jq -r ".Require[] | select(.Path==\"${TOOL}\") | .Version" || true) if [ -z "${VERSION}" ]; then