diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 397e6eb4..4a4c496f 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -18,7 +18,7 @@ jobs: - name: Set Up Go uses: actions/setup-go@v5 with: - go-version-file: go.mod + go-version-file: src/github.com/${{ github.repository }}/go.mod check-latest: true - name: Run Tests run: |