Update to golang 1.9.7

Issue #660 has been open for a while to update to 1.9.6, this
performs the update to the latest in the 1.9 release (1.9.7)

Signed-off-by: Sean Smith <sean@wwsean08.com>
This commit is contained in:
Sean Smith
2018-06-15 19:34:15 -07:00
committed by Alex Ellis
parent c8f958c429
commit 2292aab829
12 changed files with 12 additions and 13 deletions

2
DEV.md
View File

@ -26,7 +26,7 @@ You can find the [reference documentation for the Watchdog here](https://github.
This is the basis of a function which generates HTML from MarkDown:
```
FROM golang:1.9.4
FROM golang:1.9.7
RUN mkdir -p /go/src/app
COPY handler.go /go/src/app
WORKDIR /go/src/app