fix: use golang 1.25 docker image

This commit is contained in:
2026-04-07 13:25:29 +02:00
parent 22bca20ec1
commit 86f5dfc56d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-bookworm AS builder
FROM golang:1.25-bookworm AS builder
WORKDIR /app

2
go.mod
View File

@@ -1,6 +1,6 @@
module mal
go 1.24
go 1.25.0
require (
github.com/a-h/templ v0.3.1001