1
0
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:
DarthSim 2022-10-28 21:03:56 +06:00
parent a518b3a4d2
commit 7a0c606b68

View File

@ -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"