TUN-5631: Build everything with go 1.17.5

This commit is contained in:
cthuang
2022-01-10 10:02:41 +00:00
parent d6036d96f0
commit ef3152f334
2 changed files with 6 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.16.4 as builder
FROM golang:1.17.5 as builder
ENV GO111MODULE=on \
CGO_ENABLED=0
WORKDIR /go/src/github.com/cloudflare/cloudflared/