chore(deps): update golang docker tag to v1.26.6 (#380)
geo-service / build (push) Successful in 2m34s
geo-service / deploy-prod (push) Successful in 57s

This commit was merged in pull request #380.
This commit is contained in:
2026-08-13 21:22:23 +00:00
parent 5914b47c7e
commit 0e88a57eeb
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.5@sha256:e8ab809ec169291532860acdcd50d5b43a9fcea3c4f381226c5cdc4254ad8ecc as builder
FROM amd64/golang:1.26.6@sha256:9262b44222fad4e87aacd26b766bc1d9dddb7ea7b1bcad03bdce0f9c7f87f2bd as builder
WORKDIR /src
COPY * ./
RUN go get