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:
Sebastiaan van Stijn 2020-04-09 23:33:50 +02:00
parent a31f5e46e0
commit a6828e8c39
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

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