From 003fcb1ae608d7c21da4036c3655940c31781059 Mon Sep 17 00:00:00 2001 From: sealos-ci-robot <109538726+sealos-ci-robot@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:49:29 +0800 Subject: [PATCH] refactor(main): fixed golang lint version (#4141) (#4142) 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"