From dbfb279a43850458f4ee7ec86d0ce16223893256 Mon Sep 17 00:00:00 2001 From: Song Ge Date: Thu, 7 Mar 2024 16:25:26 -0800 Subject: [PATCH] Update Go verion to 1.21 in ci.yml --- .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 96d50e8..b5d712c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - go_version: 1.17 + go_version: 1.21 GO111MODULE: on COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}