Skip to content

Commit abc106c

Browse files
committed
gopls/integration/govim: build gopls using go1.18rc1
Govim tests expect error messages to use 'any', so build gopls using the RC. For golang/go#51056 Change-Id: I0f8cab5d7eea3efbbd5b3f3dd9918e85831c2d50 Reviewed-on: https://go-review.googlesource.com/c/tools/+/388436 Trust: Robert Findley <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Jamal Carvalho <[email protected]>
1 parent c2ddf3d commit abc106c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gopls/integration/govim/run_local.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Usage: $0 [--sudo] [--short] [--version (semver|latest)]
1313
Args:
1414
--sudo run docker with sudo
1515
--short run `go test` with `-short`
16-
--version run on the specific tagged Go version (or latest) rather
16+
--version run on the specific tagged govim version (or latest) rather
1717
than the default branch
1818
1919
Run govim tests against HEAD using local docker.
@@ -71,7 +71,7 @@ trap "rm -f \"${temp_gopls}\"" EXIT
7171
${SUDO_IF_NEEDED}docker run --rm -t \
7272
-v "${tools_dir}:/src/tools" \
7373
-w "/src/tools/gopls" \
74-
golang:latest \
74+
golang:rc \
7575
go build -o $(basename ${temp_gopls})
7676

7777
# Build the test harness. Here we are careful to pass in a very limited build

0 commit comments

Comments
 (0)