diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eaacb724d3..402b578a1e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,6 +31,7 @@ jobs: test-latest: name: Tests (Go 1.24) + needs: lint runs-on: self-hosted-ghr steps: - uses: actions/checkout@v4 @@ -45,6 +46,7 @@ jobs: test-prev: name: Tests (Go 1.23) + needs: lint runs-on: self-hosted-ghr steps: - uses: actions/checkout@v4