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 15fb58bf43
commit c588c07ce7
3 changed files with 70 additions and 4 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