Merge pull request #4175 from thaJeztah/more_go_bumps

CI: Some Go 1.13.10 updates that were missed
This commit is contained in:
Akihiro Suda
2020-04-11 08:50:31 +09:00
committed by GitHub

View File

@@ -191,7 +191,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: '1.13.8'
go-version: '1.13.10'
- name: Set env
shell: bash
@@ -228,7 +228,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: '1.13.8'
go-version: '1.13.10'
- name: Set env
shell: bash