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