From 2a91c1f35df8ec73273fc49e29a962f3d42a1cf7 Mon Sep 17 00:00:00 2001 From: ajatprabha Date: Fri, 9 Feb 2024 12:24:16 +0530 Subject: [PATCH] ci: add support for go 1.22 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6259641..56b7dbf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x] + go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] steps: - name: Install Go uses: actions/setup-go@v2