浏览代码

chore: run unit test with go 1.14 (#1084)

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

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

@@ -27,6 +27,8 @@ jobs:
 
     - name: Test
       run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
+      with:
+        go-version: 1.14
 
     - name: Codecov
       uses: codecov/codecov-action@v2