[ci] bump version of go to 1.13 in github actions config

This commit is contained in:
Artem Navoiev 2019-09-08 14:02:23 +03:00
parent 6c46afb087
commit 4a2cd85b92

View file

@ -9,7 +9,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: 1.12 go-version: 1.13
id: go id: go
- name: Code checkout - name: Code checkout
uses: actions/checkout@v1 uses: actions/checkout@v1