From 3f654deacb859b44a712e09860347851b2c69e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:15:06 +0800 Subject: [PATCH] fix: ci --- .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 95fcf97..17f8af1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,6 @@ jobs: uses: actions/setup-go@master with: go-version: ^1.25 - install-mode: goinstall - name: Check out code into the Go module directory uses: actions/checkout@master @@ -45,3 +44,4 @@ jobs: uses: golangci/golangci-lint-action@master with: version: latest + install-mode: goinstall