chore(deps): update golang docker tag to v1.27
auth0mock / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
auth0mock / build (pull_request) Failing after 1m14s

This commit is contained in:
2026-08-19 21:01:38 +00:00
parent 2fd66b13bb
commit b60c6fd2b5
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26@sha256:0d1d3a794be25f809dd2cb3160d8c73276c4056a9f8242a138e908ddeee7b6b6 AS build
FROM golang:1.27@sha256:fb7313a7349714c1df7476aae7c8c271132fc30bfecd8bb58678b4f9fb311aff AS build
WORKDIR /build
ENV CGO_ENABLED=0