From 0f54d1a5433b2a47e9033d8ea59f7ff35d18ac7e Mon Sep 17 00:00:00 2001 From: Iurii Egorov Date: Mon, 1 Jul 2024 13:39:57 +0300 Subject: [PATCH] Update Go version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index caeb333..590ec5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20 as awg +FROM golang:1.22.3 as awg COPY . /awg WORKDIR /awg RUN go mod download && \