Skip to content

Commit 955c295

Browse files
committed
fix
1 parent b50bbbe commit 955c295

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.12.1
72+
go install go install github.com/daixiang0/gci@latest
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)