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 b50bbbe commit 955c295Copy full SHA for 955c295
.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.12.1
+ go install go install github.com/daixiang0/gci@latest
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