Skip to content

Commit

Permalink
Merge pull request #1887 from urfave/v1-actions-do-si-do
Browse files Browse the repository at this point in the history
Bump Go versions and reorder steps as with v2-maint
  • Loading branch information
meatballhat committed Apr 27, 2024
2 parents 2421d23 + 6a9fb62 commit 1c29f69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cli.yml
Expand Up @@ -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

Expand Down

0 comments on commit 1c29f69

Please sign in to comment.