From 9741f46b14645849def49ef1615d0a0ea5f4c3e9 Mon Sep 17 00:00:00 2001 From: SevenEarth <391613297@qq.com> Date: Thu, 4 Dec 2025 10:00:16 +0800 Subject: [PATCH] add --- .github/workflows/fmt.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fmt.yml b/.github/workflows/fmt.yml index 89def3deae..8a6148d0fd 100644 --- a/.github/workflows/fmt.yml +++ b/.github/workflows/fmt.yml @@ -21,9 +21,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Set up Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v4 with: - go-version: 1.20 + go-version: "1.20" + check-latest: true # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3