.github: workflows: use go1.14

This commit is contained in:
Yousong Zhou
2020-06-29 14:48:55 +08:00
parent 2463396eff
commit 1152c3c24e
+2 -2
View File
@@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.12
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.12
go-version: 1.14
id: go
- name: Check out code into the Go module directory