From a1374b03b2736ce5da651d6145aca9d6ac0df2fe Mon Sep 17 00:00:00 2001 From: Yossi Neiman Date: Sun, 27 Oct 2024 11:59:57 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6e8ec0..e8dc03f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.22.7', '1.19', '1.18', '1.17'] + go: ['1.22.7'] steps: - uses: actions/checkout@v3