From 48b94f8428f95c49d4c77aff1b442303eb48123f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:24:44 +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..36e89cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.22-alpine AS builder WORKDIR /app COPY go.mod go.sum . diff --git a/go.mod b/go.mod index 36685f1..b31ee29 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mailhog/MailHog -go 1.21 +go 1.22.2 require ( github.com/gorilla/pat v1.0.1