Skip to content

Commit

Permalink
always test on stable version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos authored Mar 16, 2024
1 parent 2e5f8c7 commit 70fcdac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
go-version: ['oldstable', 'stable']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
uses: actions/checkout@v4

- name: Test
run: go test ./...
run: go test ./...

0 comments on commit 70fcdac

Please sign in to comment.