ci: pin golangci-lint version
This commit is contained in:
parent
7f3e6382c1
commit
9cb6de336f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push.yaml
vendored
1
.github/workflows/push.yaml
vendored
|
@ -47,6 +47,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.51
|
||||
skip-pkg-cache: true
|
||||
skip-build-cache: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue