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 c2ddf3d commit abc106cCopy full SHA for abc106c
gopls/integration/govim/run_local.sh
@@ -13,7 +13,7 @@ Usage: $0 [--sudo] [--short] [--version (semver|latest)]
13
Args:
14
--sudo run docker with sudo
15
--short run `go test` with `-short`
16
- --version run on the specific tagged Go version (or latest) rather
+ --version run on the specific tagged govim version (or latest) rather
17
than the default branch
18
19
Run govim tests against HEAD using local docker.
@@ -71,7 +71,7 @@ trap "rm -f \"${temp_gopls}\"" EXIT
71
${SUDO_IF_NEEDED}docker run --rm -t \
72
-v "${tools_dir}:/src/tools" \
73
-w "/src/tools/gopls" \
74
- golang:latest \
+ golang:rc \
75
go build -o $(basename ${temp_gopls})
76
77
# Build the test harness. Here we are careful to pass in a very limited build
0 commit comments