From ba013ae9b77de85434c48877e644a11dce09698a Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 30 Jun 2025 20:13:31 +0200 Subject: [PATCH] dev: fix GitHub Action assets generation --- assets/github-action-config-v1.json | 2 +- assets/github-action-config.json | 2 +- scripts/gen_github_action_config/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)"` }