chore(deps): update golang docker tag to v1.26 (#986)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-30 10:14:00 +02:00
committed by GitHub
parent 8ebe7dd744
commit c51919aa9f
+1 -1
View File
@@ -2,7 +2,7 @@
ARG LDFLAGS=-s -w
# Use a temporary build image based on Golang 1.20-alpine
FROM golang:1.25-alpine as builder
FROM golang:1.26-alpine as builder
# Set environment variables: linker flags and disable CGO
ENV LDFLAGS=$LDFLAGS CGO_ENABLED=0