.github/workflows: update Go version in actions/setup-go from v1.13 to v1.14

This commit is contained in:
Aliaksandr Valialkin 2020-04-24 15:31:03 +03:00
parent e48822942d
commit 3157fb0186

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@master
with:
go-version: 1.13
go-version: 1.14
id: go
- name: Code checkout
uses: actions/checkout@master