1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Upgrade golangci to v1.39 (#1074)

This commit is contained in:
Christian Clauss 2021-04-11 22:21:58 +02:00 committed by GitHub
parent dadbb8c8f4
commit a85e61f5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v2 uses: golangci/golangci-lint-action@v2
with: # Required: the version of golangci-lint is required and must be
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. # specified without patch version: we always use the latest patch version.
version: v1.29 # https://github.com/golangci/golangci-lint/releases
version: v1.39
args: ./... args: ./...