diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 432fa8b..5d97f06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,6 +108,12 @@ jobs: with: node-version: 24 + - name: Set up Go + uses: actions/setup-go@v6 + with: + go-version-file: go.mod + cache: false + - name: Check docs run: npm run docs:check