diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d97bee52a..68d0530f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,8 @@ jobs: uses: actions/setup-go@v5 with: go-version-file: go.mod + check-latest: true + cache-dependency-path: "**/go.sum" - name: Run Tests run: make test - name: Run Updater Integration Tests (non-linux)