From c8dcf905220965cedbfa6a60f93e16189dbfb29d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 10 Feb 2026 23:36:28 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.26 --- helloworld-shell/Dockerfile | 2 +- testing/test-cases/module.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helloworld-shell/Dockerfile b/helloworld-shell/Dockerfile index 3c25ebae..fc18b251 100644 --- a/helloworld-shell/Dockerfile +++ b/helloworld-shell/Dockerfile @@ -18,7 +18,7 @@ # Use the offical golang image to create a binary. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.25-trixie as builder +FROM golang:1.26-trixie as builder # Create and change to the app directory. WORKDIR /app diff --git a/testing/test-cases/module.Dockerfile b/testing/test-cases/module.Dockerfile index 35480d83..bd1447f2 100644 --- a/testing/test-cases/module.Dockerfile +++ b/testing/test-cases/module.Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.25 as builder +FROM golang:1.26 as builder WORKDIR /app