Update ci.yml

This commit is contained in:
Arceliar 2023-03-26 17:05:55 -05:00 committed by GitHub
parent e99c870d51
commit ebd3596c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.17", "1.18", "1.19", "1.20"]
goversion: ["1.19", "1.20"]
name: Build & Test (Linux, Go ${{ matrix.goversion }})
needs: [lint]
@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.17", "1.18", "1.19", "1.20"]
goversion: ["1.19", "1.20"]
name: Build & Test (Windows, Go ${{ matrix.goversion }})
needs: [lint]
@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goversion: ["1.17", "1.18", "1.19", "1.20"]
goversion: ["1.19", "1.20"]
name: Build & Test (macOS, Go ${{ matrix.goversion }})
needs: [lint]