From fafb1784dad4ecc3659196627af87f417f17cde8 Mon Sep 17 00:00:00 2001 From: silenceper Date: Fri, 9 Jun 2023 20:35:49 +0800 Subject: [PATCH] =?UTF-8?q?Update=20go.yml:=20=E6=8C=87=E5=AE=9Agolangci-l?= =?UTF-8?q?int=20=E7=89=88=E6=9C=AC=E4=B8=BAv1.52.2=20(#689)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 784d86f..d0019fc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: uses: golangci/golangci-lint-action@v3.2.0 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: latest + version: v1.52.2 build: name: Test runs-on: ubuntu-latest