Skip to content
Snippets Groups Projects
Unverified Commit 50639d61 authored by Rohith Jayawardene's avatar Rohith Jayawardene Committed by GitHub
Browse files

Travis Go Version 1.10 (#316)

- switching to version 1.10 golang for the travis build
- updating the golang version for the docker build
parent 55b21c1a
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ services:
- docker
language: go
go:
- 1.9
- "1.10"
install:
- go get github.com/Masterminds/glide
- go get github.com/mattn/goveralls
......
......@@ -4,6 +4,7 @@
FEATURES:
* Updated the docker base image alpine 3.7 [#PR313](https://github.com/gambol99/keycloak-proxy/pull/313)
* Added the ability to control the timeout on the initial openid configuration from .well-known/openid-configuration [#PR314](https://github.com/gambol99/keycloak-proxy/pull/314)
* Updated to Golang version 1.10 [#PR315](https://github.com/gambol99/keycloak-proxy/pull/315)
#### **2.1.1**
......
......@@ -2,7 +2,7 @@ NAME=keycloak-proxy
AUTHOR=gambol99
AUTHOR_EMAIL=gambol99@gmail.com
REGISTRY=quay.io
GOVERSION ?= 1.8.3
GOVERSION ?= 1.10
ROOT_DIR=${PWD}
HARDWARE=$(shell uname -m)
GIT_SHA=$(shell git --no-pager describe --always --dirty)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment