Skip to content

Commit b54ee2c

Browse files
chore(deps): update go
1 parent 56a7bdc commit b54ee2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
22
WORKDIR /app
33

44
COPY go.mod go.sum .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/mailhog/MailHog
22

3-
go 1.21
3+
go 1.24.2
44

55
require (
66
github.com/gorilla/pat v1.0.1

0 commit comments

Comments
 (0)