Skip to content

Commit

Permalink
chore: run unit test with go 1.14 (zeromicro#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Sep 23, 2021
1 parent 41c980f commit 3ae6a88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3ae6a88

Please sign in to comment.