Update to Go-1.25.3
All checks were successful
release-tag / release-image (push) Successful in 4m16s

This commit is contained in:
2025-10-21 07:15:33 +02:00
parent f90f4215c5
commit 2043df644e
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 /app WORKDIR /app
# Optional: git + certs for private modules; cache modules and build cache # Optional: git + certs for private modules; cache modules and build cache

2
go.mod
View File

@@ -1,6 +1,6 @@
module git.send.nrw/sendnrw/go-pgp-server module git.send.nrw/sendnrw/go-pgp-server
go 1.24.4 go 1.25.3
require github.com/ProtonMail/go-crypto v1.3.0 require github.com/ProtonMail/go-crypto v1.3.0