deps: Update golang Docker tag to v1.26
All checks were successful
Verify / verify (push) Successful in 1m47s

This commit is contained in:
2026-06-21 02:13:09 +00:00
parent bebf509809
commit a95271c516

View File

@@ -1,4 +1,4 @@
FROM golang:1.25-bookworm AS build
FROM golang:1.26-bookworm@sha256:5f68ec6805843bd3981a951ffada82a26a0bd2631045c8f7dba483fa868f5ec5 AS build
WORKDIR /src