Use go 1.13.3

This commit is contained in:
Niels Hofmans 2019-10-29 09:10:12 +01:00 committed by GitHub
parent ba632907d9
commit ee006678e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# use a builder image for building cloudflare
FROM golang:1.12 as builder
FROM golang:1.13.3 as builder
# switch to the right gopath directory
WORKDIR /go/src/github.com/cloudflare/cloudflared/