From 746eceaa49468f2742bec0d8ed2d9d6e76224776 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 4 Jul 2025 14:38:31 +0200 Subject: [PATCH] .github: add dependency on lint --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) 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