.github/workflows: switch Go version from v1.14 to v1.15

This commit is contained in:
Aliaksandr Valialkin 2020-10-05 22:00:14 +03:00
parent aba899c298
commit 129b07113e

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@master uses: actions/setup-go@master
with: with:
go-version: 1.14 go-version: 1.15
id: go id: go
- name: Dependencies - name: Dependencies
env: env: