diff --git a/contrib/golang/filters/http/test/test_data/go.mod b/contrib/golang/filters/http/test/test_data/go.mod index 242314aef2241..5d033d17b788c 100644 --- a/contrib/golang/filters/http/test/test_data/go.mod +++ b/contrib/golang/filters/http/test/test_data/go.mod @@ -1,12 +1,12 @@ module example.com/test-data -go 1.22 +go 1.23 require github.com/envoyproxy/envoy v1.33.2 require ( github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 - google.golang.org/protobuf v1.36.6 + google.golang.org/protobuf v1.36.8 ) require (