Drop the support for Golang 1.14 (#139)

This commit is contained in:
ZhangJian He
2022-01-14 10:08:37 +08:00
committed by GitHub
parent 108e934a85
commit 332c8a59f7
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
goversion: [ 1.14, 1.15 ]
goversion: [ 1.15, 1.16, 1.17 ]
runs-on: ${{ matrix.os }}
steps: