Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Travis Go Version 1.10 (#316)
Browse files Browse the repository at this point in the history
- switching to version 1.10 golang for the travis build
- updating the golang version for the docker build
  • Loading branch information
gambol99 committed Feb 23, 2018
1 parent 55b21c1 commit 50639d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 50639d6

Please sign in to comment.