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

This commit is contained in:
2026-02-20 08:15:01 +01:00
parent ce9086d314
commit 1c0d16c2c1

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