Merge pull request #230 from Loyalsoldier/update-go

Upgrade workflow to go v1.14
This commit is contained in:
Richard Chen 2020-02-26 22:22:57 +08:00 committed by GitHub
commit 47301a2d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.13
- name: Setup Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
id: go
- name: Set $GOPATH and more variables