From f9baaa7c8967a3c16b07a18cfad93f12b907481a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 10 Feb 2026 23:09:23 +0000 Subject: [PATCH] Update golang Docker tag to v1.26 --- 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..2de2710 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.26 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..80622e3 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.26 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..aebac18 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.26 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..aebac18 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.26 AS builder WORKDIR /go/src/hello COPY . . RUN CGO_ENABLED=0 go build -o /go/bin/hello