Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
defbin committed Jan 30, 2024
1 parent 8a7b620 commit 0d7293a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
go-version: "1.19"
- run: go install golang.org/x/tools/cmd/goimports@latest
- run: go install mvdan.cc/gofumpt@latest
- run: go install mvdan.cc/gofumpt@v0.5.0
- run: goimports -w -local "github.com/percona" $(find . -not -path "*/vendor/*" -name "*.go")
- run: gofumpt -w -extra $(find . -not -path "*/vendor/*" -name "*.go")
- uses: reviewdog/action-suggester@v1
Expand Down

0 comments on commit 0d7293a

Please sign in to comment.