update dependencies

This commit is contained in:
Julien Bisconti
2026-02-28 01:15:15 +01:00
parent 89d625229b
commit 682cffc308
3 changed files with 19 additions and 7 deletions

View File

@@ -132,3 +132,11 @@ workflow-pr: fmt test validate ## Recommended workflow before opening a PR
workflow-maint: health report-json-file ## Weekly maintenance workflow
workflow-ci: test validate ## CI-equivalent validation workflow
update-ga:
ratchet upgrade .github/workflows/*
update-go:
go get -u go@latest
go get -u ./...
go mod tidy