From fa9aef5ad6114738c23ce1f2d492a92b8a6312c8 Mon Sep 17 00:00:00 2001 From: timothy-kim-mongo Date: Fri, 14 Jun 2024 13:56:08 -0400 Subject: [PATCH] Update internal/cmd/benchmark/go.mod Co-authored-by: Matt Dale <9760375+matthewdale@users.noreply.github.com> --- internal/cmd/benchmark/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/internal/cmd/benchmark/go.mod b/internal/cmd/benchmark/go.mod index 2512cbc3ba..1ecb3265cd 100644 --- a/internal/cmd/benchmark/go.mod +++ b/internal/cmd/benchmark/go.mod @@ -1,8 +1,6 @@ module go.mongodb.go/mongo-driver/internal/cmd/benchmark -go 1.22 - -toolchain go1.22.3 +go 1.20 replace go.mongodb.org/mongo-driver => ../../../