diff --git a/contrib/golang/router/cluster_specifier/test/test_data/simple/go.mod b/contrib/golang/router/cluster_specifier/test/test_data/simple/go.mod index a985bc3accf08..4d1d443a22b97 100644 --- a/contrib/golang/router/cluster_specifier/test/test_data/simple/go.mod +++ b/contrib/golang/router/cluster_specifier/test/test_data/simple/go.mod @@ -1,6 +1,6 @@ module example.com/routeconfig -go 1.22 +go 1.23 require ( github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa @@ -15,7 +15,7 @@ require ( require ( github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect github.com/golang/protobuf v1.5.3 // indirect - google.golang.org/protobuf v1.36.6 + google.golang.org/protobuf v1.36.8 ) replace github.com/envoyproxy/envoy => ../../../../../../../