Skip to content

Commit

Permalink
update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
hbellur committed Jan 4, 2018
1 parent 791ff16 commit 59993fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,7 +8,7 @@ RUN apt-get -y install git

# Install Stable Go
WORKDIR /opt
RUN curl -O https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz && tar -C /usr/local -xzf /opt/go1.8.3.linux-amd64.tar.gz
RUN curl -O https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz && tar -C /usr/local -xzf /opt/go1.9.2.linux-amd64.tar.gz
ENV PATH /usr/local/go/bin:/usr/local/bin:$PATH
ENV GOPATH /usr/local/notification_manager
ENV GOBIN $GOPATH/bin
Expand Down
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ SHAKEN based signing and validation server

#### HTTP Response

##### Success
##### Success

###### 200 OK

Expand Down Expand Up @@ -61,7 +61,6 @@ Example
| VESPER-0023 | one or more dest tns in request payload is an empty string |
| VESPER-0024 | dest tn in request payload is not an array |
| VESPER-0025 | dest field in request payload MUST be a JSON object |
| VESPER-0026 | claims keys in request payload is not lexicographically ordered|

###### 500

Expand Down

0 comments on commit 59993fb

Please sign in to comment.