Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Use
gofmt
to avoid go fmt
downloading dependencies
`go fmt` doesn't seem to respect `-mod=vendor` golang/go#27841 Instead try using `gofmt` which doesn't trigger downloading dependencies in the first place. However, `gofmt` affects files under `vendor/`, so we reset that before checking for changes.
- Loading branch information