Skip to content

Commit

Permalink
Merge pull request #31 from vimeo/no-format-on-1-17
Browse files Browse the repository at this point in the history
Don't Run Format Under Go 1.17
  • Loading branch information
sergiosalvatore authored Aug 3, 2022
2 parents 4270c82 + 19ec387 commit de18a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v1

- name: gofmt
if: ${{matrix.goversion == '1.19'}}
run: |
[[ -z $(gofmt -l $(find . -name '*.go') ) ]]
Expand Down

0 comments on commit de18a11

Please sign in to comment.