Pārlūkot izejas kodu

CI: remove explicit cache-dependency-path (#2452)

not required anymore after moving the plugins to cmd/
mmetc 1 gadu atpakaļ
vecāks
revīzija
f02f34d64c

+ 0 - 1
.github/workflows/bats-hub.yml

@@ -37,7 +37,6 @@ jobs:
       uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go-version }}
-        cache-dependency-path: "**/go.sum"
 
     - name: "Install bats dependencies"
       env:

+ 0 - 1
.github/workflows/bats-mysql.yml

@@ -44,7 +44,6 @@ jobs:
       uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go-version }}
-        cache-dependency-path: "**/go.sum"
 
     - name: "Install bats dependencies"
       env:

+ 0 - 1
.github/workflows/bats-postgres.yml

@@ -53,7 +53,6 @@ jobs:
       uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go-version }}
-        cache-dependency-path: "**/go.sum"
 
     - name: "Install bats dependencies"
       env:

+ 0 - 1
.github/workflows/bats-sqlite-coverage.yml

@@ -34,7 +34,6 @@ jobs:
       uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go-version }}
-        cache-dependency-path: "**/go.sum"
 
     - name: "Install bats dependencies"
       env:

+ 0 - 1
.github/workflows/ci-windows-build-msi.yml

@@ -40,7 +40,6 @@ jobs:
       uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go-version }}
-        cache-dependency-path: "**/go.sum"
 
     - name: Build
       run: make windows_installer BUILD_RE2_WASM=1

+ 0 - 1
.github/workflows/go-tests-windows.yml

@@ -39,7 +39,6 @@ jobs:
       uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go-version }}
-        cache-dependency-path: "**/go.sum"
 
     - name: Build
       run: |

+ 0 - 1
.github/workflows/go-tests.yml

@@ -120,7 +120,6 @@ jobs:
       uses: actions/setup-go@v4
       with:
         go-version: ${{ matrix.go-version }}
-        cache-dependency-path: "**/go.sum"
 
     - name: Build and run tests, static
       run: |

+ 0 - 1
.github/workflows/release_publish-package.yml

@@ -30,7 +30,6 @@ jobs:
         uses: actions/setup-go@v4
         with:
           go-version: ${{ matrix.go-version }}
-          cache-dependency-path: "**/go.sum"
 
       - name: Build the binaries
         run: |