Skip to content

Commit c0bbf10

Browse files
committed
fix
1 parent 65eec1b commit c0bbf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install utilities
7070
run: |
7171
go install mvdan.cc/gofumpt@v0.3.1
72-
go install go install github.com/daixiang0/gci@v0.11.2
72+
go install github.com/daixiang0/gci@v0.12.1
7373
- name: format all files with auto-formatter
7474
run: bash ./.github/scripts/format-all-go-code.sh "$PWD"
7575
- name: Check repository diff

0 commit comments

Comments
 (0)