update CI, support golang verison to 1.14+

This commit is contained in:
moond4rk
2020-12-20 15:29:58 +08:00
parent 33d58b826f
commit a6fec9bf43
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.11, 1.12, 1.13, 1.14, 1.15]
goVer: [1.14, 1.15]
steps:
- name: Set up Go ${{ matrix.goVer }}