Parcourir la source

test.bash: update to go1.10.4 and go1.11.1

Change-Id: Ib593768cb30fab41ff93e90cc12401e3b7126e6c
Reviewed-on: https://go-review.googlesource.com/c/142457
Reviewed-by: Damien Neil <dneil@google.com>
Joe Tsai il y a 7 ans
Parent
commit
a85e9569ed
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      test.bash

+ 2 - 2
test.bash

@@ -37,8 +37,8 @@ mkdir -p $PROTOBUF_DIR/src/include
 ln -s ../google $PROTOBUF_DIR/src/include/google
 
 # Download each Go toolchain version.
-GO_LATEST=go1.11
-GO_VERSIONS=(go1.9.7 go1.10.3 $GO_LATEST)
+GO_LATEST=go1.11.1
+GO_VERSIONS=(go1.9.7 go1.10.4 $GO_LATEST)
 for GO_VERSION in ${GO_VERSIONS[@]}; do
 	if [ ! -d $GO_VERSION ]; then
 		print "download $GO_VERSION"