From 92d8d62ae1f52bdfcefb8985f2a1c27c6cfe2228 Mon Sep 17 00:00:00 2001 From: Iwasaki Yudai Date: Mon, 9 Jan 2017 12:19:43 +0900 Subject: [PATCH] Bump to go1.7.3 --- Godeps/Godeps.json | 2 +- wercker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index a472bae..c828d0f 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/yudai/gotty", - "GoVersion": "go1.6", + "GoVersion": "go1.7", "GodepVersion": "v62", "Packages": [ "./..." diff --git a/wercker.yml b/wercker.yml index 2987dad..ba1c985 100644 --- a/wercker.yml +++ b/wercker.yml @@ -1,4 +1,4 @@ -box: golang:1.6.1 +box: golang:1.7.3 build: steps: