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

This reverts commit 3ae6a882a7.
master
Kevin Wan 3 years ago committed by GitHub
parent 3ae6a882a7
commit d87d203c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save