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 79d0945 commit 4587edcCopy full SHA for 4587edc
internal/test/compilecheck/compile_check_test.go
@@ -23,6 +23,10 @@ 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.
29
+
30
const minSupportedVersion = "1.18"
31
32
func TestCompileCheck(t *testing.T) {
0 commit comments