From c43c5d47310b3bc6416f97154bba71d32f96079f Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Wed, 24 May 2023 10:27:38 -0700 Subject: [PATCH] Drop oldstable from the CI matrix. --- .github/workflows/go-presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml index 6125155..f476e22 100644 --- a/.github/workflows/go-presubmit.yml +++ b/.github/workflows/go-presubmit.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: ['stable', 'oldstable'] + go-version: ['stable'] os: ['ubuntu-latest'] steps: - uses: actions/checkout@v3