Merge pull request 'deps: Update golang Docker tag to v1.26' (#10) from renovate/golang-1.x into main
Some checks failed
Verify / verify (push) Waiting to run
Release Container / Build And Publish Container (push) Failing after 28s

This commit was merged in pull request #10.
This commit is contained in:
2026-06-21 02:24:49 +00:00

View File

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