Skip to content

Commit

Permalink
Only test supported versions 1.21-1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
williammartin committed Oct 9, 2024
1 parent b410b89 commit 7a8ae6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
test:
strategy:
matrix:
go: [ '1.13', '1.15', '1.16', '1.17', '1.18', '1.19' ]
go: [ '1.21', '1.22', '1.23' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false

name: Test suite
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7a8ae6c

Please sign in to comment.