diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ef5cfc..c498ba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,11 +83,6 @@ jobs: submodules: recursive # Needed for script/package.sh to work fetch-depth: 0 - - name: Install go - if: matrix.targetPlatform == 'macOS' - uses: actions/setup-go@v5 - with: - go-version: '1.22.x' - name: Install dependencies run: npm install - name: Check formatting