mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #482] [MERGED] chore: upgrade project to Go 1.26 #560
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#560
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/482
Author: @rudrankriyam
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @rudrankriyam
Base:
main← Head:chore/go1.26-upgrade📝 Commits (7)
b733c70chore: upgrade project to Go 1.260a6b7a4refactor: adopt errors.AsType in runtime paths3b8662ftest: complete Go 1.26 cleanup and regression coverage8da6249refactor: simplify pricing worker bounds78b0ebftest: extend malformed URL regression coverage16abd99test(auth): cover malformed host URL parsinge30b571merge: sync latest main into go1.26 branch📊 Changes
119 files changed (+569 additions, -531 deletions)
View changed files
📝
.github/workflows/integration.yml(+1 -1)📝
.github/workflows/main-branch.yml(+1 -1)📝
.github/workflows/pr-checks.yml(+1 -1)📝
.github/workflows/release.yml(+1 -1)📝
CONTRIBUTING.md(+1 -1)📝
README.md(+1 -1)📝
cmd/exit_codes.go(+3 -10)📝
cmd/run.go(+3 -4)📝
docs/GO_STANDARDS.md(+12 -4)📝
go.mod(+1 -1)📝
internal/asc/age_rating.go(+1 -1)📝
internal/asc/alternative_distribution.go(+2 -2)📝
internal/asc/analytics.go(+3 -3)📝
internal/asc/analytics_output.go(+1 -1)📝
internal/asc/assets.go(+4 -12)📝
internal/asc/beta_license_agreements.go(+6 -6)📝
internal/asc/beta_recruitment.go(+1 -1)📝
internal/asc/build_beta_notifications.go(+1 -1)📝
internal/asc/categories.go(+4 -4)📝
internal/asc/client_app_clips.go(+3 -3)...and 80 more files
📄 Description
Summary
go.mod, docs, and GitHub Actions workflowsgo fix ./...under Go 1.26 and keep resulting source modernizations across CLI and ASC packagesTest plan
go fix ./...make toolsmake formatmake lintmake test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.