Use the latest version of golangci-lint in action (#1280)

This commit is contained in:
Sergey Vilgelm 2020-08-02 14:08:47 -05:00 committed by GitHub
parent d38d047528
commit ba997c5710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
- name: lint - name: lint
uses: golangci/golangci-lint-action@v2 uses: golangci/golangci-lint-action@v2
with: with:
version: v1.28 version: latest
tests-on-windows: tests-on-windows:
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
runs-on: windows-latest runs-on: windows-latest