From 37bd853b7c9a65091925fedd8074683aded5a47f Mon Sep 17 00:00:00 2001 From: Matheus Moraes Date: Tue, 30 Jul 2024 15:13:03 -0300 Subject: [PATCH] fix: update Go version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e49531..fbb2220 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.21 as builder +FROM golang:1.22 as builder ARG TARGETOS ARG TARGETARCH ARG VERSION