From d2753f1e9a124cea4f8ca1bf2b15be35fcef4e5c Mon Sep 17 00:00:00 2001 From: Dustin Martin Date: Mon, 6 May 2024 10:52:20 -0400 Subject: [PATCH] Remove outdated Ubuntu 20.04 from CI test matrix --- .github/workflows/go.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 01fcbfb..fbd2057 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,9 +21,8 @@ jobs: matrix: os: - ubuntu-latest - - ubuntu-20.04 - steps: + steps: - name: Set up Go 1.x uses: actions/setup-go@v2 with: