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

Commit

Permalink
Golang Version 1.10.2
Browse files Browse the repository at this point in the history
- switching to using golang v1.10.2
  • Loading branch information
gambol99 committed May 29, 2018
1 parent c9f1ef3 commit 7c4b286
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.10"
- "1.10.2"
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 @@ -19,6 +19,7 @@ FEATURES:
* Adding a ability to match string arrays claims [#PR364](https://github.com/gambol99/keycloak-proxy/pull/364)
* Imported the fix to the cache headers from upstream go-oidc [#PR341](https://github.com/gambol99/keycloak-proxy/pull/341)
* Switching to using SHA256 from MD5 for the token hash [#PR350](https://github.com/gambol99/keycloak-proxy/pull/350)
* Switched to using golang v1.10.2 [#PR374](https://github.com/gambol99/keycloak-proxy/pull/374)
* Added a warning messaage to indicate disabling the write-timeout when using pprof [#PR370](https://github.com/gambol99/keycloak-proxy/pull/370)

FIXES:
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.10
GOVERSION ?= 1.10.2
ROOT_DIR=${PWD}
HARDWARE=$(shell uname -m)
GIT_SHA=$(shell git --no-pager describe --always --dirty)
Expand Down

0 comments on commit 7c4b286

Please sign in to comment.