Update to Go-1.25.3

This commit is contained in:
2025-10-21 07:19:06 +02:00
parent 8123b8c265
commit 0f36c19042
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS build
FROM golang:1.25-alpine AS build
WORKDIR /src
ENV CGO_ENABLED=0
RUN apk add --no-cache ca-certificates

2
go.mod
View File

@@ -1,3 +1,3 @@
module git.send.nrw/sendnrw/go-ubuntu-mirror
go 1.24.4
go 1.25.3