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>
diff --git a/test.bash b/test.bash
index 7c625a5..00837ee 100755
--- a/test.bash
+++ b/test.bash
@@ -37,8 +37,8 @@
 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"