add support to go 1.21.x into test.yml (#1642)

* Update test.yml

add go 1.21.x into matrix go-version

* Drop support of go1.17 in test.yml
This commit is contained in:
Tiago Peczenyj
2023-11-05 19:10:02 +01:00
committed by GitHub
parent deda595822
commit 5575d272de
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: