Skip to content
Snippets Groups Projects
Commit c47b49e8 authored by Rohith's avatar Rohith Committed by GitHub
Browse files

Go17 (#124)

* - update the forbidden template, fixed the typo on the code 503 -> 403

* - shifting the build to golang 1.7
parent eaa4f349
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,7 @@ services:
- docker
language: go
go:
- 1.6
- 1.7beta2
- 1.7
install:
- go get github.com/tools/godep
script:
......@@ -26,7 +25,7 @@ after_deploy:
deploy:
skip_cleanup: true
on:
go: 1.6
go: 1.7
repo: gambol99/keycloak-proxy
tags: true
provider: releases
......
......@@ -22,7 +22,7 @@
<div class="col-md-12">
<div class="error-template">
<h1 class="oops">Oops!</h1>
<h2 class="message">503 Permission Denied</h2>
<h2 class="message">403 Permission Denied</h2>
<div class="error-details">
Sorry, you do not have access to this page, please contact your administrator
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment