From 24e8c4e31c591c8e6ba64997af8f9e102007072d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 23 Aug 2026 07:55:37 +0000 Subject: [PATCH] Update golang Docker tag to v1.27 --- tutorials/deploy-hooks-run/app-config/hello-app/Dockerfile | 2 +- .../deployment-strategies-run/app-config/demo-app/Dockerfile | 2 +- tutorials/e2e-run/app-config/hello-app/Dockerfile | 2 +- tutorials/verification-run/app-config/hello-app/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/deploy-hooks-run/app-config/hello-app/Dockerfile b/tutorials/deploy-hooks-run/app-config/hello-app/Dockerfile index f4f8262..1037593 100644 --- a/tutorials/deploy-hooks-run/app-config/hello-app/Dockerfile +++ b/tutorials/deploy-hooks-run/app-config/hello-app/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22 AS builder +FROM golang:1.27 AS builder WORKDIR /go/src/hello COPY . . RUN CGO_ENABLED=0 go build -o /go/bin/hello diff --git a/tutorials/deployment-strategies-run/app-config/demo-app/Dockerfile b/tutorials/deployment-strategies-run/app-config/demo-app/Dockerfile index ead2871..fe871bc 100644 --- a/tutorials/deployment-strategies-run/app-config/demo-app/Dockerfile +++ b/tutorials/deployment-strategies-run/app-config/demo-app/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22 AS builder +FROM golang:1.27 AS builder WORKDIR /go/src/demo COPY . . RUN CGO_ENABLED=0 go build -o /go/bin/demo diff --git a/tutorials/e2e-run/app-config/hello-app/Dockerfile b/tutorials/e2e-run/app-config/hello-app/Dockerfile index e465653..e35ebe3 100644 --- a/tutorials/e2e-run/app-config/hello-app/Dockerfile +++ b/tutorials/e2e-run/app-config/hello-app/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22 AS builder +FROM golang:1.27 AS builder WORKDIR /go/src/hello COPY . . RUN CGO_ENABLED=0 go build -o /go/bin/hello diff --git a/tutorials/verification-run/app-config/hello-app/Dockerfile b/tutorials/verification-run/app-config/hello-app/Dockerfile index e465653..e35ebe3 100644 --- a/tutorials/verification-run/app-config/hello-app/Dockerfile +++ b/tutorials/verification-run/app-config/hello-app/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.22 AS builder +FROM golang:1.27 AS builder WORKDIR /go/src/hello COPY . . RUN CGO_ENABLED=0 go build -o /go/bin/hello