Compare commits

...

2 Commits

Author SHA1 Message Date
37fafdda1e Merge branch 'main' of https://git.send.nrw/sendnrw/go-ubuntu-mirror
All checks were successful
release-tag / release-image (push) Successful in 1m37s
2025-10-21 07:19:12 +02:00
0f36c19042 Update to Go-1.25.3 2025-10-21 07:19:06 +02:00
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