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
commit 3282a1c14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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