Browse Source

Set GOFLAGS: -buildvcs=false for lint in CI

DarthSim 1 week ago
parent
commit
7e66b63f35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

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