Skip to content

Commit

Permalink
run against stable and oldstable
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Aug 20, 2024
1 parent d6ebc1f commit 0157197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
lint:
strategy:
matrix:
go: [stable, oldstable]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
go-version: ${{ matrix.go }}
cache: true

- name: Prepare checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
test:
strategy:
matrix:
go: [stable, oldstable]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
go-version: ${{ matrix.go }}
cache: true

- name: Prepare checkout
Expand Down

0 comments on commit 0157197

Please sign in to comment.