diff --git a/_integration-tests/go.mod b/_integration-tests/go.mod index dac7463..b0899c6 100644 --- a/_integration-tests/go.mod +++ b/_integration-tests/go.mod @@ -1,7 +1,8 @@ module golang.stackrox.io/grpc-http1/_integration-tests -go 1.22.5 -toolchain go1.24.1 +go 1.23.0 + +toolchain go1.23.7 require ( github.com/stretchr/testify v1.10.0