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

This commit is contained in:
2025-10-21 07:22:05 +02:00
parent 2f01625cff
commit a38c883450
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
############################
# 1) GoBuild
############################
FROM golang:1.23.1 AS build
FROM golang:1.25 AS build
WORKDIR /app
COPY go.mod go.sum ./

2
go.mod
View File

@@ -1,5 +1,5 @@
module git.send.nrw/sendnrw/b1tsblog
go 1.23.1
go 1.25.3
require github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b