diff --git a/contrib/golang/upstreams/http/tcp/test/test_data/go.mod b/contrib/golang/upstreams/http/tcp/test/test_data/go.mod index 8abeb8ee139df..e76e15bede2ba 100644 --- a/contrib/golang/upstreams/http/tcp/test/test_data/go.mod +++ b/contrib/golang/upstreams/http/tcp/test/test_data/go.mod @@ -1,9 +1,9 @@ module example.com/test-data -go 1.23 +go 1.24.6 require github.com/envoyproxy/envoy v1.33.2 -require google.golang.org/protobuf v1.36.10 +require google.golang.org/protobuf v1.36.11 replace github.com/envoyproxy/envoy => ../../../../../../../