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: GabyCT <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
GabyCT 2021-04-22 21:11:13 -07:00 committed by Chelsea Mafrica
parent f1c633806d
commit 04dcbd4d21

View File

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