diff --git a/assets/github-action-config-v1.json b/assets/github-action-config-v1.json index 151beab97f7a..11c9c69843c0 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.63.4" + "TargetVersion": "v1.64.2" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions" @@ -177,6 +177,9 @@ "v1.63": { "TargetVersion": "v1.63.4" }, + "v1.64": { + "TargetVersion": "v1.64.2" + }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions" }, diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 151beab97f7a..11c9c69843c0 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,7 +1,7 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.63.4" + "TargetVersion": "v1.64.2" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions" @@ -177,6 +177,9 @@ "v1.63": { "TargetVersion": "v1.63.4" }, + "v1.64": { + "TargetVersion": "v1.64.2" + }, "v1.7": { "Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions" },