From c6ffb26cb82f2ad334672188434c2f16a301ae36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 24 Aug 2017 22:13:28 -0700 Subject: [PATCH 1/2] Use Go 1.9.0 for docker builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29342ca2e..705787e5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.8.3-alpine3.6 as unsee-builder +FROM golang:1.9.0-alpine3.6 as unsee-builder COPY . /go/src/github.com/cloudflare/unsee ARG VERSION From 0d3a80966786e7c0fb67d39449d60b68d23eac90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 24 Aug 2017 22:13:54 -0700 Subject: [PATCH 2/2] Use Go 1.9 for travis CI jobs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 082efdfdb..f5838810d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.8.x + - 1.9.x go_import_path: github.com/cloudflare/unsee