chore(types): deprecate acc address stringer (backport #21435) (#21438)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-08-28 10:50:58 +00:00
committed by GitHub
co-authored by Julien Robert
parent c790d49b38
commit 4e9f0bc7b1
4 changed files with 23 additions and 12 deletions
+1 -4
View File
@@ -10,10 +10,7 @@ include scripts/build/build.mk
.DEFAULT_GOAL := help
###############################################################################
### Tools & Dependencies ###
###############################################################################
#? go.sum: Run go mod tidy and ensure dependencies have not been modified
go.sum: go.mod
echo "Ensure dependencies have not been modified ..." >&2
go mod verify