mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
pin golangci-lint version to latest available, fix reported errors
This commit is contained in:
committed by
Umputun
parent
cbed6ed705
commit
30173d599c
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -32,9 +32,14 @@ jobs:
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: latest
|
||||
env:
|
||||
TZ: "America/Chicago"
|
||||
version: v1.58
|
||||
|
||||
- name: golangci-lint on example directory
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.58
|
||||
args: --config ../../.golangci.yml
|
||||
working-directory: examples/plugin
|
||||
|
||||
- name: install goveralls
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user