From f105761993ae6acde1f3553944edc7bd2b5e1d8e Mon Sep 17 00:00:00 2001 From: Praveen Sanap Date: Mon, 2 Dec 2024 13:00:30 +0800 Subject: [PATCH] fix CI --- .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 04f1dde3..d5c0b4bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - go: ["1.17.x", "1.18.x", "stable"] + go: ["1.17.x", "1.18.x", "1.22.x", "stable"] steps: - uses: actions/checkout@v3