From 3a9ffb7637e8eb211d21c229107825ffde8f9521 Mon Sep 17 00:00:00 2001 From: huangyi Date: Mon, 13 May 2024 16:29:47 +0800 Subject: [PATCH] update linter --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e3f5d3a9d0cd..44a4761d283d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: check-latest: true - uses: actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.50.1 + version: v1.58