From f7b42587b63f386fea8e7f48b558519bbfa3522f Mon Sep 17 00:00:00 2001 From: zhugelianglongming Date: Wed, 15 Feb 2023 22:03:11 +0800 Subject: [PATCH] Update go for 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 c5150d93..159c3d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.16.x] + go-version: [1.18.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: