diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e63afdf..4f8c277 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,6 @@ jobs: ${{ runner.os }}-go- - name: Lint - if: matrix.latest run: make lint - name: Test |