v3: remove old go versions from ci tests

pull/1925/head
Muhammed Efe Çetin 2022-05-31 17:51:59 +03:00
parent edd89de2d6
commit d4d2f9212f
No known key found for this signature in database
GPG Key ID: 0AA4D45CBAA86F73
1 changed files with 1 additions and 1 deletions

View File

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