mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-08 10:45:04 +02:00
Update golangci-lit version and increase timeout in GH Actions
This commit is contained in:
parent
a518b3a4d2
commit
7a0c606b68
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -34,8 +34,8 @@ jobs:
|
||||
- name: Lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.45.2
|
||||
args: --timeout 2m0s
|
||||
version: v1.46.2
|
||||
args: --timeout 5m0s
|
||||
skip-cache: true
|
||||
env:
|
||||
LD_LIBRARY_PATH: "${{ env.LD_LIBRARY_PATH }}:/root/vips/${{ matrix.vips-version }}/lib"
|
||||
|
Loading…
Reference in New Issue
Block a user