Skip to content

Commit

Permalink
refactor(main): fixed golang lint version (#4141) (#4142)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
Co-authored-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
sealos-ci-robot and cuisongliu committed Oct 23, 2023
1 parent fa88777 commit 04c81fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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"

0 comments on commit 04c81fe

Please sign in to comment.