Skip to content

Commit

Permalink
Added go 1.20 and 1.21 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe85 committed Aug 9, 2023
1 parent 989135c commit 1721b88
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 @@ -6,11 +6,11 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.18, 1.19 ]
go-version: [ 1.18, 1.19, 1.20, 1.21 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1721b88

Please sign in to comment.