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 52a21b5806345..632c7fc983165 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.22 +go 1.23 require github.com/envoyproxy/envoy v1.33.2 -require google.golang.org/protobuf v1.36.6 +require google.golang.org/protobuf v1.36.8 replace github.com/envoyproxy/envoy => ../../../../../../../