From d87d203c3b8c97b3564be4a2aaaa7adb0dba0e04 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Thu, 23 Sep 2021 15:34:10 +0800 Subject: [PATCH] Revert "chore: run unit test with go 1.14 (#1084)" (#1085) This reverts commit 3ae6a882a731c2d522e0608a9a3faa19c3979ef8. --- .github/workflows/go.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 31dca7c0..6709e5a7 100644 --- a/.github/workflows/go.yml +++ b/.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