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 4587edc commit 1dbdd86Copy full SHA for 1dbdd86
internal/test/compilecheck/compile_check_test.go
@@ -23,9 +23,9 @@ import (
23
"golang.org/x/mod/semver"
24
)
25
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.
+// TODO(GODRIVER-3515): This module cannot be included in the workspace since it
+// requires a version of klauspost/compress that is not compatible with the Go
+// Driver. Must use GOWORK=off to run this test.
29
30
const minSupportedVersion = "1.18"
31
0 commit comments