Depricate old go versions

This commit is contained in:
George Shammas 2022-06-15 15:53:34 +00:00
parent 56ff29ae3f
commit 6f61383b52
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, 1.17.x, 1.18.x ]
go-version: [ 1.17.x, 1.18.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps: