diff --git a/_integration-tests/go.mod b/_integration-tests/go.mod index 0bf026c..a6aacde 100644 --- a/_integration-tests/go.mod +++ b/_integration-tests/go.mod @@ -1,7 +1,7 @@ module golang.stackrox.io/grpc-http1/_integration-tests go 1.22.5 -toolchain go1.24.1 +toolchain go1.23.7 require ( github.com/stretchr/testify v1.10.0 diff --git a/go.mod b/go.mod index cfdf629..ac4c0c2 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module golang.stackrox.io/grpc-http1 go 1.23.0 -toolchain go1.24.1 +toolchain go1.23.7 require ( github.com/coder/websocket v1.8.13