Upgrade go to 1.14 (#213)

This commit is contained in:
Khosrow Moossavi
2020-03-03 16:25:19 -05:00
committed by GitHub
parent 755495a0ba
commit a04ccc2555
7 changed files with 20 additions and 14 deletions

View File

@@ -10,10 +10,10 @@ jobs:
name: Pre-Release
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13.x
- name: Set up Go 1.14.x
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x
id: go
- name: Check out code into the Go module directory