Skip to content

Commit

Permalink
add go 1.14 version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Apr 26, 2020
1 parent d6a4feb commit 4f42aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: ['1.10', 1.11, 1.12, 1.13]
go_version: ['1.10', 1.11, 1.12, 1.13, 1.14]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ go:
- '1.11'
- '1.12'
- '1.13'
- '1.14'

before_install:
- go get github.com/mattn/goveralls
Expand Down

0 comments on commit 4f42aeb

Please sign in to comment.