From 49324689b25bfc73857ebad6519bb0aba8f362bd Mon Sep 17 00:00:00 2001 From: Kazuhiro Oinuma Date: Sun, 14 Jul 2024 09:10:57 +0900 Subject: [PATCH] Update to Go 1.22 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf19880..c8c718e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19 +FROM golang:1.22 WORKDIR /work COPY . /work