Skip to content

Commit

Permalink
sync the actions with urfave/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Nov 4, 2024
1 parent f1d4670 commit a82f479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [1.18.x, 1.19.x, 1.20.x]
go: [stable, oldstable]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make

0 comments on commit a82f479

Please sign in to comment.