소스 검색

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