From ec695060f429b9b0b63e0c5139e8a300810bb8c9 Mon Sep 17 00:00:00 2001 From: mochizuki875 Date: Fri, 24 Feb 2023 17:08:55 +0900 Subject: [PATCH] Update to Go 1.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c391dd0e..442b78993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.17 as builder +FROM golang:1.20 as builder WORKDIR /workspace # Copy the Go Modules manifests and all third-party libraries that are unlikely to change frequently