From fc6adbc5f29e10956ab328e3c1dc951be3fbe9e2 Mon Sep 17 00:00:00 2001 From: himawari <54976075+guohuiyuan@users.noreply.github.com> Date: Mon, 29 Dec 2025 23:19:39 +0800 Subject: [PATCH] Update Go version in CI workflow --- .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 915f426..b9dea7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - name: Set up Go uses: actions/setup-go@master with: - go-version: '1.20' + go-version: '1.24' - name: Check out code into the Go module directory uses: actions/checkout@master