1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-10-30 23:08:02 +02:00

Set GOFLAGS: -buildvcs=false for lint in CI

This commit is contained in:
DarthSim
2025-07-07 20:26:12 +03:00
parent ebc4b6af1f
commit 7e66b63f35

View File

@@ -53,6 +53,7 @@ jobs:
env:
LD_LIBRARY_PATH: "/usr/local/lib:/root/vips/${{ matrix.vips-version }}/lib"
PKG_CONFIG_PATH: "/usr/local/lib/pkgconfig:/root/vips/${{ matrix.vips-version }}/lib/pkgconfig"
GOFLAGS: -buildvcs=false
c-lint:
runs-on: ubuntu-24.04