From f5cee483d50d33cd5234c002468aa8de6fd95342 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 19 Aug 2022 15:03:28 +0800 Subject: [PATCH] align go verions in main --- .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 b6cca3f..6f58c0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: ['1.15', '1.16', '1.17'] + goVer: ['1.16', '1.17', '1.18'] steps: - name: Checkout Repo uses: actions/checkout@v3