Skip to content

Commit

Permalink
Update of-watchdog to use Go 1.13
Browse files Browse the repository at this point in the history
Go 1.13 will be used for the distribution version of the watchdog.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 27, 2019
1 parent b6e635e commit 32a2318
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM golang:1.11
FROM golang:1.13

ARG CGO_ENABLED=0
ARG GO111MODULE="off"
ARG GOPROXY=""

RUN mkdir -p /go/src/github.com/openfaas-incubator/of-watchdog
WORKDIR /go/src/github.com/openfaas-incubator/of-watchdog

COPY vendor vendor
Expand Down

0 comments on commit 32a2318

Please sign in to comment.