From 9b434269935411da709f6c85a6b59e9ce2401e4c Mon Sep 17 00:00:00 2001 From: Ter Date: Tue, 19 Jul 2022 19:49:43 +0800 Subject: [PATCH] ci: update the CI's golang versions (#1057) --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index f5caa29e..dd38090c 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.14', '1.15', '1.16', '1.17'] + go: ['1.16', '1.17', '1.18'] steps: - uses: actions/checkout@v2 @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.14', '1.15', '1.16', '1.17'] + go: ['1.16', '1.17', '1.18'] steps: - uses: actions/checkout@v2