chore(go.mod): 更新 Go 版本至 1.25.4
- 将 go.mod 文件中的 Go 版本更新至 1.25.4,以确保与最新的 Go 语言特性和修复兼容。
This commit is contained in:
parent
4b27111ea6
commit
7ddcf2dabc
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/grpc/user/userv1
|
module github.com/grpc/user/userv1
|
||||||
|
|
||||||
go 1.21
|
go 1.25.4
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/envoyproxy/protoc-gen-validate v1.0.2
|
github.com/envoyproxy/protoc-gen-validate v1.0.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue