chore(deps): update golang docker tag to v1.26
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / test (pull_request) Successful in 28s

This commit is contained in:
2026-02-19 11:11:45 +00:00
parent e39a6f0c23
commit 5d38a53677

View File

@@ -1,4 +1,4 @@
FROM golang:1.25-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 as build
FROM golang:1.26-alpine@sha256:d4c4845f5d60c6a974c6000ce58ae079328d03ab7f721a0734277e69905473e5 as build
ARG GOARCH=amd64