Skip to content

Commit

Permalink
ci(github-actions): add go v1.14 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Jul 23, 2020
1 parent 0f89aab commit 2479f41
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:

strategy:
matrix:
go-version: ['1.11', '1.12', '1.13']
go-version:
- '1.11'
- '1.12'
- '1.13'
- '1.14'

steps:
- uses: actions/checkout@v2
Expand All @@ -40,7 +44,7 @@ jobs:
mkdir -p cover
go test -race -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/codecov-action@v1.0.2
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

1 comment on commit 2479f41

@vercel
Copy link

@vercel vercel bot commented on 2479f41 Jul 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.