Skip to content

Commit

Permalink
Add 1.18.x and 1.19.x unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: aimuz <mr.imuz@gmail.com>
  • Loading branch information
aimuz committed Sep 13, 2022
1 parent 001ba37 commit af00985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.15.x', '1.16.x', '1.17.x' ]
go: [ '1.17.x', '1.18.x', '1.19.x' ]
platform: [ubuntu-latest, macos-latest]
steps:
- name: Checkout code into the Go module directory.
Expand Down

0 comments on commit af00985

Please sign in to comment.