Skip to content

Update go-server deps - #24527

Merged
wing328 merged 4 commits into
masterfrom
update-go-chi
Aug 13, 2026
Merged

Update go-server deps#24527
wing328 merged 4 commits into
masterfrom
update-go-chi

Conversation

@wing328

@wing328 wing328 commented Jul 30, 2026

Copy link
Copy Markdown
Member

to close #24058

PR checklist

  • Read the contribution guidelines.
  • Run the following to build the project and update samples:
    ./mvnw clean package || exit
    ./bin/generate-samples.sh ./bin/configs/*.yaml || exit
    ./bin/utils/export_docs_generators.sh || exit
    
    (For Windows users, please run the script in WSL)
    Commit all changed files.
    This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
    These must match the expectations made by your contribution.
    You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example ./bin/generate-samples.sh bin/configs/java*.
    IMPORTANT: Do NOT purge/delete any folders/files (e.g. tests) when regenerating the samples as manually written tests may be removed.
  • If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.

Summary by cubic

Raise Go server template, samples, CI, and tests to Go 1.25 and github.com/go-chi/chi/v5 v5.2.4. Previously these used Go 1.18 and chi v5.2.2; generated servers now target Go 1.25 and chi v5.2.4.

  • Changes

    • Template go.mod.mustache: go 1.18 → 1.25; github.com/go-chi/chi/v5 v5.2.2 → v5.2.4.
    • Sample go.mod: set go 1.25; chi-based samples pin github.com/go-chi/chi/v5 v5.2.4.
    • CI samples workflow uses Go 1.25.
    • Sample test updated to expect go 1.25.
  • Migration

    • Build and test with Go 1.25+.
    • Regenerate Go servers and run go mod tidy.

Written for commit 4a8e500. Summary will update on new commits.

Review in cubic

cc @antihax (2017/11) @grokify (2018/07) @kemokemo (2018/09) @jirikuncar (2021/01) @ph4r5h4d (2021/04) @lwj5 (2023/04)

@wing328 wing328 added this to the 7.25.0 milestone Jul 30, 2026
@wing328 wing328 changed the title update go chi server deps Update go-server deps Jul 30, 2026
@wing328
wing328 marked this pull request as ready for review August 13, 2026 07:40

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 9 files

Re-trigger cubic

@wing328
wing328 merged commit 4a0d560 into master Aug 13, 2026
30 checks passed
@wing328
wing328 deleted the update-go-chi branch August 13, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant