Skip to content
Snippets Groups Projects
Commit 17136a42 authored by Rohith's avatar Rohith
Browse files

- switching to golang v1.9

parent d75f3a12
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ NAME=keycloak-proxy ...@@ -2,7 +2,7 @@ NAME=keycloak-proxy
AUTHOR=gambol99 AUTHOR=gambol99
AUTHOR_EMAIL=gambol99@gmail.com AUTHOR_EMAIL=gambol99@gmail.com
REGISTRY=quay.io REGISTRY=quay.io
GOVERSION ?= 1.8.3 GOVERSION ?= 1.9
ROOT_DIR=${PWD} ROOT_DIR=${PWD}
HARDWARE=$(shell uname -m) HARDWARE=$(shell uname -m)
GIT_SHA=$(shell git --no-pager describe --always --dirty) GIT_SHA=$(shell git --no-pager describe --always --dirty)
......
...@@ -30,6 +30,5 @@ ...@@ -30,6 +30,5 @@
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment