Explorar el Código

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

Kevin Wan hace 3 años
padre
commit
3ae6a882a7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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