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:
parent
dadbb8c8f4
commit
a85e61f5f9
9
.github/workflows/golangci-lint.yml
vendored
9
.github/workflows/golangci-lint.yml
vendored
@ -14,7 +14,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||
version: v1.29
|
||||
args: ./...
|
||||
# Required: the version of golangci-lint is required and must be
|
||||
# specified without patch version: we always use the latest patch version.
|
||||
# https://github.com/golangci/golangci-lint/releases
|
||||
version: v1.39
|
||||
args: ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user