Update version matrix

This commit is contained in:
George Shammas 2022-06-15 15:48:21 +00:00
parent 896661a73d
commit 56ff29ae3f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.14.x, 1.15.x, 1.16.x ]
go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps: