From be2f3e2b3a30767ff3a1001394691f2951e6d188 Mon Sep 17 00:00:00 2001 From: guonaihong Date: Sun, 26 May 2024 19:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b813b3..704c532 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@main - name: Get dependencies run: | @@ -45,3 +45,4 @@ jobs: with: token: ${{secrets.CODECOV_TOKEN}} file: ./coverage.out + verbose: true