Update Support Go version (#143)

This commit is contained in:
ZhangJian He
2022-01-30 09:14:29 +08:00
committed by GitHub
parent bf2b91c535
commit 94ff8e8405
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
goversion: [ 1.15, 1.16, 1.17 ]
goversion: [ 1.17 ]
runs-on: ${{ matrix.os }}
steps: