From fc45713c1ee64c1551f5193f20120cc17b260fee Mon Sep 17 00:00:00 2001 From: Joe Polny Date: Wed, 15 May 2024 11:18:25 -0400 Subject: [PATCH] rm go-version matrix, use 1.21.x --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dbd19a..c75c7a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,6 @@ jobs: needs: protos strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} timeout-minutes: 15 @@ -141,7 +140,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: ${{ matrix.go-version }} + go-version: 1.21.x # Get commit message - name: Get commit message