From 2423452520dc4135ebf8b1b627cfef9b58572f7b Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Tue, 28 Mar 2023 23:53:50 -0700 Subject: [PATCH] shrink the matrix as it doesn't work well for 1.19 anyway (coverage) --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 121f549b..5b325d71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,6 @@ jobs: fail-fast: false matrix: go-version: - - '1.19.x' - '1.20.x' os: - ubuntu-latest