Forráskód Böngészése

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

This reverts commit 3ae6a882a731c2d522e0608a9a3faa19c3979ef8.
Kevin Wan 3 éve
szülő
commit
d87d203c3b
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      .github/workflows/go.yml

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

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