diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 837e08829..6394dfa73 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,4 +27,8 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false + - uses: actions/setup-go@v5 + with: + go-version-file: scripts/go.mod + cache-dependency-path: scripts/go.sum - run: ${{ matrix.run }}