We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbf4e3 commit 5695e7eCopy full SHA for 5695e7e
go.work
@@ -1,13 +1,12 @@
1
-go 1.23.1
+go 1.23
2
3
use (
4
.
5
./examples/_logger/logrus
6
./examples/_logger/zap
7
./examples/_logger/zerolog
8
./internal/cmd/benchmark
9
+ ./internal/cmd/compilecheck
10
./internal/cmd/faas/awslambda/mongodb
11
./internal/test/goleak
- ./internal/test/compilecheck
12
- ./internal/cmd/compilecheck
13
)
internal/test/compilecheck/go.mod
@@ -1,6 +1,8 @@
module go.mongodb.go/mongo-driver/internal/test/compilecheck
+go 1.23.0
+
+toolchain go1.23.1
require (
github.com/stretchr/testify v1.10.0
0 commit comments