Skip to content

Commit 5695e7e

Browse files
GODRIVER-3493 Remove tc test from go.work
1 parent 9bbf4e3 commit 5695e7e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

go.work

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
go 1.23.1
1+
go 1.23
22

33
use (
44
.
55
./examples/_logger/logrus
66
./examples/_logger/zap
77
./examples/_logger/zerolog
88
./internal/cmd/benchmark
9+
./internal/cmd/compilecheck
910
./internal/cmd/faas/awslambda/mongodb
1011
./internal/test/goleak
11-
./internal/test/compilecheck
12-
./internal/cmd/compilecheck
1312
)

internal/test/compilecheck/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module go.mongodb.go/mongo-driver/internal/test/compilecheck
22

3-
go 1.23.1
3+
go 1.23.0
4+
5+
toolchain go1.23.1
46

57
require (
68
github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)