From 04dcbd4d21b6891fcff55b38a7141a8dae3edec7 Mon Sep 17 00:00:00 2001 From: GabyCT Date: Thu, 22 Apr 2021 21:11:13 -0700 Subject: [PATCH] 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 --- .github/workflows/static-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index b583bc5bec..b142b5bba0 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -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