Fix GoVersion to 1.23.1
All checks were successful
release-tag / release-image (push) Successful in 2m3s

This commit is contained in:
2025-05-04 18:04:14 +02:00
parent dfe7d03445
commit 128aa11273

View File

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