From b20bbdaa809326c7a3e41a0cbb6aa39fdeea53d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wenkai=20Yin=28=E5=B0=B9=E6=96=87=E5=BC=80=29?= Date: Fri, 18 Feb 2022 16:10:43 +0800 Subject: [PATCH] Pin the golang version to patch version for the image used by make MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pin the golang version to patch version for the image used by make Signed-off-by: Wenkai Yin(尹文开) --- hack/build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/build-image/Dockerfile b/hack/build-image/Dockerfile index dd5fa61b1..667acb62e 100644 --- a/hack/build-image/Dockerfile +++ b/hack/build-image/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.17 +FROM golang:1.17.7 ARG GOPROXY