chore(deps): update golang docker tag to v1.26.3 (#291)
default-request-adder / test (push) Successful in 2m8s
Release / release (push) Failing after 2m18s
default-request-adder / vulnerabilities (push) Failing after 2m32s
default-request-adder / build (push) Successful in 3m31s

This commit was merged in pull request #291.
This commit is contained in:
2026-05-12 09:32:58 +00:00
parent e39f053b4f
commit 3cd3c7d180
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26.2@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 AS deps
FROM golang:1.26.3@sha256:2981696eed011d747340d7252620932677929cce7d2d539602f56a8d7e9b660b AS deps
WORKDIR /build
ADD go.* /build
RUN go mod download