From 4057aacb494206704dcf23441bd0ec9d4e653235 Mon Sep 17 00:00:00 2001 From: sealos-ci-robot <109538726+sealos-ci-robot@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:01:27 +0800 Subject: [PATCH] refactor(main): fixed golang lint version (#4141) (#4142) (#4143) Signed-off-by: cuisongliu Co-authored-by: cuisongliu --- .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 32f3e69d1c1..11601ebee4d 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,6 @@ jobs: - name: Run Linter uses: golangci/golangci-lint-action@v3 with: - version: latest + version: v1.54.2 working-directory: ${{ matrix.workdir }} args: "--out-${NO_FUTURE}format colored-line-number"