Bump golang to v1.14 (#135)

* Bump golang to v1.14

* go mod vendor

Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
chenrui 2020-03-06 17:21:24 -05:00 committed by GitHub
parent cc19e1e341
commit 32094d3dd7
2 changed files with 68 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
- run: go test -cover ./...
env:
CGO_ENABLED: 0
@ -26,7 +26,7 @@ jobs:
release:
if: startsWith(github.ref, 'refs/tags/v')
needs:
needs:
- lint
- test
runs-on: ubuntu-latest