Migration: go 1.14

This commit is contained in:
Dreamacro
2020-03-01 01:48:08 +08:00
parent 814bd05315
commit 23525ecc15
3 changed files with 11 additions and 9 deletions

View File

@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
- name: Check out code into the Go module directory
uses: actions/checkout@v1