Update to Go-1.25.3

This commit is contained in:
2025-10-21 07:17:42 +02:00
parent 08aad55d0f
commit 216484da83
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 WORKDIR /src
COPY go.* ./ COPY go.* ./
RUN go mod download RUN go mod download

2
go.mod
View File

@@ -1,3 +1,3 @@
module git.send.nrw/sendnrw/virtual-appstore module git.send.nrw/sendnrw/virtual-appstore
go 1.24.4 go 1.25.3