updated to golang 1.26
All checks were successful
release-tag / release-image (push) Successful in 2m8s

This commit is contained in:
2026-02-20 08:15:11 +01:00
parent 418eec83ad
commit 787c539042

View File

@@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS build
FROM golang:1.26-alpine AS build
WORKDIR /app
# Optional: git + certs for private modules; cache modules and build cache