Skip to content

Commit

Permalink
Fix make tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
maratori committed Jan 8, 2025
1 parent e151025 commit db2817d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tidy: ## keep go.mod and .github/latest-deps tidy
@echo "+ $@"
go mod tidy
$(IMPORTS) > .github/latest-deps/imports.go
go fmt .github/latest-deps/imports.go
go mod tidy -modfile=.github/latest-deps/go.mod
.PHONY: check

Expand Down

0 comments on commit db2817d

Please sign in to comment.