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

This commit is contained in:
2025-10-21 07:16:11 +02:00
parent 839548922a
commit 6516c9caaa
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-generator module git.send.nrw/sendnrw/go-pgp-generator
go 1.24.4 go 1.25.3
require github.com/ProtonMail/go-crypto v1.3.0 // indirect require github.com/ProtonMail/go-crypto v1.3.0 // indirect