From bea0f9a73ec093df4dad1a9fea2e5b4deeee0da8 Mon Sep 17 00:00:00 2001 From: stormcat24 Date: Wed, 24 May 2017 18:23:19 +0900 Subject: [PATCH] bump to go1.8.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbd34c7..2e7c845 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ SERIAL_PACKAGES= \ TARGET_SERIAL_PACKAGES=$(addprefix test-,$(SERIAL_PACKAGES)) install-go: - sh util/go.sh 1.8.1 + sh util/go.sh 1.8.2 install-glide: sh util/glide.sh v0.12.3