hack: modernize-fix bake target

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-05-13 18:22:24 +02:00
parent 03f9877429
commit c1209acb27
2 changed files with 28 additions and 0 deletions
+7
View File
@@ -73,6 +73,13 @@ target "lint-gopls" {
target = "gopls-analyze"
}
target "modernize-fix" {
inherits = ["_common"]
dockerfile = "./hack/dockerfiles/lint.Dockerfile"
target = "modernize-fix"
output = ["."]
}
target "validate-vendor" {
inherits = ["_common"]
dockerfile = "./hack/dockerfiles/vendor.Dockerfile"