From 8aac7f87c1d503a9baf14ad3d88d41b80f7f78de Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 6 Oct 2023 10:12:52 -0700 Subject: [PATCH] remove 1.19 and 1.20 --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec6feb36..f2cc4d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,6 @@ jobs: runs-on: ubuntu-22.04 permissions: contents: read - strategy: - matrix: - go-version: ["1.19", "1.20", "1.21"] steps: - name: Checkout Repository uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 @@ -39,7 +36,7 @@ jobs: - name: Setup Golang Environment uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: ${{ matrix.go-version }} + go-version-file: go.mod - name: Run Unit Tests run: make unit-test