diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e4dc75..9168ff7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: go.mod + cache-dependency-path: go.mod - name: Go mod tidy run: go mod tidy @@ -47,6 +48,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version-file: go.mod + cache-dependency-path: go.mod - name: Setup KinD id: kind