Skip to content

Commit 0fd3ef4

Browse files
committed
Fix incorrect gotestfmt output
Use our fork until GoTestTools/gotestfmt#62 has been merged by upstream.
1 parent d671aa3 commit 0fd3ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-actions/go/gotestfmt/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
run: |
1414
# Install gotestfmt
1515
set -eu
16-
TOOL=github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt
16+
TOOL=github.com/ubuntu/gotestfmt/v2/cmd/gotestfmt
1717
VERSION=$(go mod edit --json | jq -r ".Require[] | select(.Path==\"${TOOL}\") | .Version" || true)
1818
1919
if [ -z "${VERSION}" ]; then

0 commit comments

Comments
 (0)