We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65eec1b commit c0bbf10Copy full SHA for c0bbf10
.github/workflows/lint.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Install utilities
70
run: |
71
go install mvdan.cc/gofumpt@v0.3.1
72
- go install go install github.com/daixiang0/gci@v0.11.2
+ go install github.com/daixiang0/gci@v0.12.1
73
- name: format all files with auto-formatter
74
run: bash ./.github/scripts/format-all-go-code.sh "$PWD"
75
- name: Check repository diff
0 commit comments