From 9c7eaf63d5351a85f2533a126073de3ef000b63d Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sun, 10 Jan 2016 17:41:14 -0600 Subject: [PATCH] Bump go to 1.5.2 --- .travis.yml | 2 +- Godeps/Godeps.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 536e875..b4336e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ addons: go: - 1.4.2 -- 1.5.1 +- 1.5.2 install: - make setup diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index a21ef16..fb1b2c7 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/sosedoff/pgweb", - "GoVersion": "go1.5.1", + "GoVersion": "go1.5.2", "Deps": [ { "ImportPath": "github.com/BurntSushi/toml",