[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 committed by Aliaksandr Valialkin
parent 9b8af27786
commit dc6e4151b0

View file

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