From bec4f4233d80b8cd3cdb77721d35a7f7959daec0 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 5 Dec 2024 14:37:57 -0700 Subject: [PATCH] chore(internal/gapicgen): support Go 1.23 * Update cmd/genbot/Dockerfile to 1.23-alpine --- internal/gapicgen/cmd/genbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gapicgen/cmd/genbot/Dockerfile b/internal/gapicgen/cmd/genbot/Dockerfile index 6aac909b18f0..4786ae6d0b92 100644 --- a/internal/gapicgen/cmd/genbot/Dockerfile +++ b/internal/gapicgen/cmd/genbot/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine as godist +FROM golang:1.23-alpine as godist RUN go version FROM docker:25.0