Skip to content

Commit

Permalink
github/workflows: also run tests with Go 1.19.x (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonklingele committed Mar 25, 2023
1 parent 2f591c9 commit c6e86ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
Build:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.20.x]
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit c6e86ac

Please sign in to comment.