github: Update ubuntu version to 20.04

This PR updates the ubuntu version from 18.04 to 20.04 that will be
used for the github actions.

Fixes #1295

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2021-01-19 11:48:55 -06:00
parent f09128d8c7
commit 0ea8243a97

View File

@ -5,7 +5,7 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: [1.13.x, 1.14.x, 1.15.x] go-version: [1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-18.04] os: [ubuntu-20.04]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: env:
GO111MODULE: off GO111MODULE: off