Przeglądaj źródła

test.bash update to go1.10.7 and go1.11.4

Change-Id: I4543eca2351e49e7f1a029e5957b9a4aabcc65c7
Reviewed-on: https://go-review.googlesource.com/c/156098
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Herbie Ong 7 lat temu
rodzic
commit
402382e5ee
1 zmienionych plików z 2 dodań i 2 usunięć
  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.2
-GO_VERSIONS=(go1.9.7 go1.10.5 $GO_LATEST)
+GO_LATEST=go1.11.4
+GO_VERSIONS=(go1.9.7 go1.10.7 $GO_LATEST)
 for GO_VERSION in ${GO_VERSIONS[@]}; do
 	if [ ! -d $GO_VERSION ]; then
 		print "download $GO_VERSION"