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
|
- 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
|
||||||
args: ./...
|
version: v1.39
|
||||||
|
args: ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user