Skip to content

Commit 1dbdd86

Browse files
GODRIVER-3493 Add a TODO to inclue cc in go workspace
1 parent 4587edc commit 1dbdd86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/test/compilecheck/compile_check_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import (
2323
"golang.org/x/mod/semver"
2424
)
2525

26-
// This module cannot be included in the workspace since it requires a version
27-
// of klauspost/compress that is not compatible with the Go Driver. Must use
28-
// GOWORK=off to run this test.
26+
// TODO(GODRIVER-3515): This module cannot be included in the workspace since it
27+
// requires a version of klauspost/compress that is not compatible with the Go
28+
// Driver. Must use GOWORK=off to run this test.
2929

3030
const minSupportedVersion = "1.18"
3131

0 commit comments

Comments
 (0)