Merge pull request #1296 from GabyCT/topic/update20ubuntu

github: Update ubuntu version to 20.04
This commit is contained in:
Tim Zhang
2021-01-20 14:57:30 +08:00
committed by GitHub

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