Go: Update go clean -modcache comment

This commit is contained in:
Michael B. Gale
2024-01-17 16:03:46 +00:00
parent c00520011c
commit 783f006d62
20 changed files with 40 additions and 20 deletions

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="work", db=None)
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="work", db=None, runFunction=ru
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="work", db=None, runFunction=ru
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="work", db=None, runFunction=ru
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="work", db=None)
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="work", db=None)
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -14,5 +14,6 @@ run_codeql_database_create([], lang="go", source="work", db=None, runFunction=ru
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -10,5 +10,6 @@ goPath = os.path.join(os.path.abspath(os.getcwd()), ".go")
os.environ['GOPATH'] = goPath
run_codeql_database_create([], lang="go", source="src")
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -10,5 +10,6 @@ goPath = os.path.join(os.path.abspath(os.getcwd()), ".go")
os.environ['GOPATH'] = goPath
run_codeql_database_create([], lang="go", source="src")
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -10,5 +10,6 @@ goPath = os.path.join(os.path.abspath(os.getcwd()), ".go")
os.environ['GOPATH'] = goPath
run_codeql_database_create([], lang="go", source="src")
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -10,5 +10,6 @@ goPath = os.path.join(os.path.abspath(os.getcwd()), ".go")
os.environ['GOPATH'] = goPath
run_codeql_database_create([], lang="go", source="src")
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -13,5 +13,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -13,5 +13,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -13,5 +13,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -13,5 +13,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -13,5 +13,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -13,5 +13,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])

View File

@@ -13,5 +13,6 @@ run_codeql_database_create([], lang="go", source="src")
check_diagnostics()
# Clean up the temporary GOPATH
# Clean up the temporary GOPATH to prevent Bazel failures next
# time the tests are run; see https://github.com/golang/go/issues/27161
subprocess.call(["go", "clean", "-modcache"])