Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

hailaz
Copy link
Contributor

@hailaz hailaz commented Aug 27, 2025

Fixes #4385

@hailaz hailaz requested review from Copilot and houseme August 27, 2025 04:14
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates the GoFrame framework and its ecosystem from version v2.9.0 to v2.9.1, addressing issue #4385. The update appears to be a maintenance release that bumps version numbers across the entire codebase.

Key changes include:

  • Core framework version update from v2.9.0 to v2.9.1
  • Comprehensive dependency updates across all contrib modules and drivers
  • Addition of Linux build constraint to signal test file

Reviewed Changes

Copilot reviewed 27 out of 28 changed files in this pull request and generated no comments.

Show a summary per file
File Description
version.go Updates core framework VERSION constant to v2.9.1
os/gproc/gproc_z_signal_test.go Adds Linux build constraint to signal test file
contrib/trace/otlphttp/go.mod Updates framework dependency to v2.9.1
contrib/trace/otlpgrpc/go.mod Updates framework dependency to v2.9.1
contrib/sdk/httpclient/go.mod Updates framework dependency to v2.9.1
contrib/rpc/grpcx/go.mod Updates framework and registry dependencies to v2.9.1
contrib/registry/*/go.mod Updates framework dependency to v2.9.1 across all registry modules
contrib/nosql/redis/go.mod Updates framework dependency to v2.9.1
contrib/metric/otelmetric/go.mod Updates framework dependency to v2.9.1
contrib/drivers/*/go.mod Updates framework dependency to v2.9.1 across all database drivers
contrib/config/*/go.mod Updates framework dependency to v2.9.1 across all config modules
cmd/gf/go.mod Updates framework and contrib dependencies to v2.9.1, plus various transitive dependency updates

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@hailaz hailaz merged commit 94b623e into master Aug 27, 2025
27 checks passed
@hailaz hailaz deleted the fix/v2.9.1 branch August 27, 2025 04:21
@hailaz hailaz restored the fix/v2.9.1 branch August 27, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cmd/gf: Windows下go1.25版本go install cmd/gf 报错

2 participants