.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 c66daf1f0a
commit de7887fbf4

View file

@ -10,7 +10,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