浏览代码

ci: drop Go < 1.17 and add 1.19

Joe Chen 2 年之前
父节点
当前提交
e4f9251e54
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/go.yml

+ 2 - 2
.github/workflows/go.yml

@@ -53,7 +53,7 @@ jobs:
     name: Test
     name: Test
     strategy:
     strategy:
       matrix:
       matrix:
-        go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ]
+        go-version: [ 1.17.x, 1.18.x, 1.19.x ]
         platform: [ ubuntu-latest, macos-latest ]
         platform: [ ubuntu-latest, macos-latest ]
     runs-on: ${{ matrix.platform }}
     runs-on: ${{ matrix.platform }}
     steps:
     steps:
@@ -93,7 +93,7 @@ jobs:
     name: Test
     name: Test
     strategy:
     strategy:
       matrix:
       matrix:
-        go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ]
+        go-version: [ 1.17.x, 1.18.x, 1.19.x ]
         platform: [ windows-latest ]
         platform: [ windows-latest ]
     runs-on: ${{ matrix.platform }}
     runs-on: ${{ matrix.platform }}
     steps:
     steps: