Update projects to use Go 1.13

Fixes #1442

Signed-off-by: Thomas Schmidt <thomaschmidt@gmail.com>
This commit is contained in:
Thomas Schmidt
2020-02-22 08:42:59 -05:00
committed by Alex Ellis
parent 45300420fe
commit 67598e58c5
11 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
FROM openfaas/classic-watchdog:0.18.8 as watchdog
FROM golang:1.11-alpine as builder
FROM golang:1.13-alpine as builder
ENV CGO_ENABLED=0
MAINTAINER alex@openfaas.com