We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d671aa3 commit 9df008fCopy full SHA for 9df008f
gh-actions/go/gotestfmt/action.yaml
@@ -13,7 +13,7 @@ runs:
13
run: |
14
# Install gotestfmt
15
set -eu
16
- TOOL=github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt
+ TOOL=github.com/ubuntu/gotestfmt/v2/cmd/gotestfmt
17
VERSION=$(go mod edit --json | jq -r ".Require[] | select(.Path==\"${TOOL}\") | .Version" || true)
18
19
if [ -z "${VERSION}" ]; then
0 commit comments