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