Fix go validation failure

This commit is contained in:
Rui Chen 2020-03-08 03:21:35 -04:00
parent 8d0e6fc987
commit 8ce4f81fd6
No known key found for this signature in database
GPG Key ID: 15A594F673F803E8
1 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ jobs:
go-version: ^1.13.6
- name: validate version
run: go version | grep "go1.13."
run: go version | grep "go1.14."
- name: setup-go 1.13
uses: ./