From c11a09be231b0c91669b722bd0089246c61b4690 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Wed, 16 Mar 2022 17:31:10 +0800 Subject: [PATCH] chore: remove unnecessary env (#1654) --- tools/goctl/docker/template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/goctl/docker/template.go b/tools/goctl/docker/template.go index 6d21d3c6..908418e0 100644 --- a/tools/goctl/docker/template.go +++ b/tools/goctl/docker/template.go @@ -13,7 +13,6 @@ const ( LABEL stage=gobuilder ENV CGO_ENABLED 0 -ENV GOOS linux {{if .Chinese}}ENV GOPROXY https://goproxy.cn,direct {{end}}{{if .HasTimezone}} RUN apk update --no-cache && apk add --no-cache tzdata