From ec58494051fea28ac7fdc78b177271cb3edbdaad Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Wed, 19 Jun 2024 05:40:37 +0700 Subject: [PATCH] ci(tests): remove old go-version(s) which is; now, the version in mod defined as go21.0 Signed-off-by: Dwi Siswanto --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ec8c308..9b7ce69 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -28,7 +28,7 @@ jobs: tests: strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x] + go-version: [1.21.x, 1.22.x] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4