From 264484075aeff85afc039a0b1dc6ea11c8a45db3 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Tue, 20 Mar 2018 14:50:33 -0700 Subject: [PATCH] *: update build to Go 1.10 --- .travis.yml | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efae50b5..c5d28cd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ sudo: required go: - 1.8 - 1.9 + - '1.10' go_import_path: github.com/coreos/dex diff --git a/Dockerfile b/Dockerfile index 8da687b5..f0689b15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.9.2-alpine +FROM golang:1.10.0-alpine RUN apk add --no-cache --update alpine-sdk