From d908ada1e14e28abe53d75279f565515e24c6120 Mon Sep 17 00:00:00 2001 From: David Hartunian Date: Tue, 28 May 2024 12:29:40 -0400 Subject: [PATCH] build: add 1.22 test option to cy.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 286fe30..00a7c35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,7 @@ jobs: go: - "1.20" - "1.21" + - "1.22" steps: - uses: actions/checkout@v3