fix: bump Go to 1.26.2 for upstream security fixes

Update go.mod and all golang build images from 1.26.1 to 1.26.2 to pick up the upstream 2026-04-07 security release.

This includes fixes for CVE-2026-32280 / CVE-2026-32281 in crypto/x509, CVE-2026-32283 in crypto/tls, and the related toolchain and standard library security fixes shipped in go1.26.2, without changing any unrelated dependencies.
This commit is contained in:
Feng Ruohang
2026-04-16 15:08:42 +08:00
parent efb6e5b00b
commit db4c0fd5e3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26.1-alpine as build
FROM golang:1.26.2-alpine as build
ARG TARGETARCH
ARG RELEASE