mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 14:23:25 +00:00
make build fail when need to run gofmt & remove docker pull in travis
use golang 1.8.3 for gateway Signed-off-by: Minh-Quan TRAN <account@itscaro.me>
This commit is contained in:
committed by
Alex Ellis
parent
38e0a9956f
commit
1b9affabb4
@ -1,4 +1,4 @@
|
||||
FROM golang:1.7.5 as build
|
||||
FROM golang:1.8.3 as build
|
||||
WORKDIR /go/src/github.com/openfaas/faas/gateway
|
||||
|
||||
COPY vendor vendor
|
||||
|
Reference in New Issue
Block a user