diff --git a/assets/github-action-config-v1.json b/assets/github-action-config-v1.json index f5cfae5a16a5..9ca1dd8c8d99 100644 --- a/assets/github-action-config-v1.json +++ b/assets/github-action-config-v1.json @@ -196,7 +196,7 @@ "Error": "golangci-lint version 'v2.1' isn't supported: only v1 versions are supported" }, "v2.2": { - "Error": "golangci-lint version 'v2.1' isn't supported: only v1 versions are supported" + "Error": "golangci-lint version 'v2.2' isn't supported: only v1 versions are supported" } } } diff --git a/assets/github-action-config.json b/assets/github-action-config.json index f5cfae5a16a5..9ca1dd8c8d99 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -196,7 +196,7 @@ "Error": "golangci-lint version 'v2.1' isn't supported: only v1 versions are supported" }, "v2.2": { - "Error": "golangci-lint version 'v2.1' isn't supported: only v1 versions are supported" + "Error": "golangci-lint version 'v2.2' isn't supported: only v1 versions are supported" } } } diff --git a/scripts/gen_github_action_config/main.go b/scripts/gen_github_action_config/main.go index 2324b7de7505..a2bd9dc7fb37 100644 --- a/scripts/gen_github_action_config/main.go +++ b/scripts/gen_github_action_config/main.go @@ -103,7 +103,7 @@ func fetchAllReleases(ctx context.Context) ([]release, error) { EndCursor githubv4.String HasNextPage bool } - } `graphql:"releases(first: 100, orderBy: { field: CREATED_AT, direction: DESC }, after: $releasesCursor)"` + } `graphql:"releases(first: 80, orderBy: { field: CREATED_AT, direction: DESC }, after: $releasesCursor)"` } `graphql:"repository(owner: $owner, name: $name)"` }