From 5514805cf0572832f836ac433a0580cbb3518f91 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Mon, 22 Oct 2018 17:44:24 -0700 Subject: [PATCH] *: update go version --- .travis.yml | 3 +-- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8624193d..9b68aa03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,8 @@ language: go sudo: required go: - - 1.8 - - 1.9 - '1.10' + - '1.11' go_import_path: github.com/dexidp/dex diff --git a/Dockerfile b/Dockerfile index 047c1bc6..1960c69d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.10.2-alpine +FROM golang:1.11.1-alpine RUN apk add --no-cache --update alpine-sdk