CI: Some Go 1.13.10 updates that were missed
This file was still on Go 1.13.8, which caused it to be missed when updating Go 1.13.9 to 1.13.10 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a31f5e46e0
commit
a6828e8c39
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user