From e8a5a2465d408340026d465a06c4c61d11aa2e87 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Sat, 3 Feb 2024 12:25:09 +0800 Subject: [PATCH] fix rust toolchain --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7dfe4d8..48959ea 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2023-11-13 + toolchain: stable # - name: Cache cargo # uses: Swatinem/rust-cache@v2