浏览代码

ci: add go 1.18.x

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

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

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