From e20dd06fe38491c34262ebd462815900eb65a0d9 Mon Sep 17 00:00:00 2001 From: Cyril Levis <git@levis.name> Date: Mon, 11 Nov 2024 18:20:16 +0100 Subject: [PATCH] chore: bump golang to 1.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1962baa4e..885d97f4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22 as builder +FROM golang:1.23 as builder ARG VERSION="dev" WORKDIR /usr/src/app ENV CGO_ENABLED=0 -- GitLab