diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bbee5e51..b79219d9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v1 - name: gofmt + if: ${{matrix.goversion == '1.19'}} run: | [[ -z $(gofmt -l $(find . -name '*.go') ) ]]