Chore: reenable latest golangci-lint

This commit is contained in:
Dreamacro 2022-08-05 10:52:36 +08:00
parent 95e3a88608
commit 6648793e40
2 changed files with 2 additions and 1 deletions

View file

@ -15,4 +15,4 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with:
version: v1.46.2 version: latest

View file

@ -8,6 +8,7 @@ linters:
linters-settings: linters-settings:
gci: gci:
custom-order: true
sections: sections:
- standard - standard
- prefix(github.com/Dreamacro/clash) - prefix(github.com/Dreamacro/clash)