feat: Bump golang to latest v1.13 (#133)

This commit is contained in:
chenrui
2019-12-20 16:35:11 -05:00
committed by Khosrow Moossavi
parent b8da8c5020
commit 2e6493c8bb
5 changed files with 14 additions and 12 deletions

View File

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