From f0de196bf3e1995b24ef1fa1feaca59474488031 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:34:51 +0000 Subject: [PATCH] chore(deps): update go --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e653414..4c43943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder WORKDIR /app COPY go.mod go.sum . diff --git a/go.mod b/go.mod index 36685f1..c6d0729 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mailhog/MailHog -go 1.21 +go 1.23.1 require ( github.com/gorilla/pat v1.0.1