go upgrade
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 1m7s
Container Publish / build-image (amd64) (push) Successful in 1m22s
Container Publish / update docker manifest (push) Successful in 10s

This commit is contained in:
2025-09-29 20:14:01 +02:00
parent a55dd0d78e
commit 19efc7c213
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.1-alpine AS build
FROM golang:1.25.1-alpine AS build
WORKDIR /src
COPY src /src