Skip to content

Commit

Permalink
chore(deps): update all patch and minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent ed8bd1a commit 1056cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ REPOSITORY := mvisonneau/$(NAME)

.PHONY: fmt
fmt: ## Format source code
go run mvdan.cc/gofumpt@v0.6.0 -w $(shell git ls-files **/*.go)
go run github.com/daixiang0/gci@v0.13.4 write -s standard -s default -s "prefix(github.com/mvisonneau)" .
go run mvdan.cc/gofumpt@v0.7.0 -w $(shell git ls-files **/*.go)
go run github.com/daixiang0/gci@v0.13.5 write -s standard -s default -s "prefix(github.com/mvisonneau)" .

.PHONY: lint
lint: ## Run all lint related tests upon the codebase
Expand Down

0 comments on commit 1056cc2

Please sign in to comment.