chore(deps): update Go dependencies

This commit is contained in:
Julien Neuhart
2025-03-28 12:20:27 +01:00
parent 368c4fa1a7
commit 674f1de183
3 changed files with 20 additions and 27 deletions

View File

@@ -183,6 +183,7 @@ lint-todo: ## Find TODOs in Golang codebase
.PHONY: fmt
fmt: ## Format Golang codebase and "optimize" the dependencies
golangci-lint fmt
go mod tidy
.PHONY: prettify
prettify: ## Format non-Golang codebase