File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
internal/test/compilecheck Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ function compile_check {
20
20
# Change the directory to the compilecheck test directory.
21
21
cd ${COMPILE_CHECK_DIR}
22
22
23
- # Test vendoring
24
- go mod vendor
25
- ${GC} build -mod=vendor
23
+ # Test vendoring
24
+ go mod vendor
25
+ ${GC} build -mod=vendor
26
26
27
- rm -rf vendor
27
+ rm -rf vendor
28
28
29
29
MACHINE_VERSION=` ${GC} version | { read _ _ v _; echo ${v# go} ; }`
30
30
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ replace go.mongodb.org/mongo-driver => ../../../
6
6
7
7
// Note that the Go driver version is replaced with the local Go driver code by
8
8
// the replace directive above.
9
- // require go.mongodb.org/mongo-driver
10
9
require go.mongodb.org/mongo-driver v1.11.7
11
10
12
11
require (
You can’t perform that action at this time.
0 commit comments