diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 44b1de1f0b..4d25f01084 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -15,18 +15,18 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: [1.21.x, 1.22.x] + go: [stable, oldstable] name: ${{ matrix.os }} @ Go ${{ matrix.go }} runs-on: ${{ matrix.os }} steps: + - name: Checkout Code + uses: actions/checkout@v4 + - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - - name: Checkout Code - uses: actions/checkout@v4 - - name: Install Dependencies run: npm install markdown-toc