From 8792d2f860e1f0cd3c652f5f69e3c78bc1c28713 Mon Sep 17 00:00:00 2001 From: Max Williams <8859277+max-rocket-internet@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:42:36 +0200 Subject: [PATCH] Update fmt.yaml --- .github/workflows/fmt.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/fmt.yaml b/.github/workflows/fmt.yaml index dd6db45..0bc99c0 100644 --- a/.github/workflows/fmt.yaml +++ b/.github/workflows/fmt.yaml @@ -30,3 +30,5 @@ jobs: # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version. # When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit. version: v1.54 + skip-go-installation: true + args: --timeout 3m --verbose