From 9a5258be1264f91e7e5eda88578c133650054813 Mon Sep 17 00:00:00 2001 From: cloudwindy Date: Sat, 16 Dec 2023 14:33:46 +0800 Subject: [PATCH] ci(github): here's the problem --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 71db02d..290eb9c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,6 +17,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 + with: + check-latest: true - name: Set up Task uses: arduino/setup-task@v1