From 6c25107cd15b4714d94a3fb1f37179dd296eb414 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 7 Feb 2024 16:51:47 +0800 Subject: [PATCH] ci: add go1.22 --- .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 7f8217c..197c044 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: ['1.18', '1.19', '1.21'] + goVer: ['1.18', '1.19', '1.21', '1.22'] steps: - name: Checkout Repo uses: actions/checkout@v4