From fcc91f3a1afd70f0cf172df92b7d7a67fd34694c Mon Sep 17 00:00:00 2001 From: Baha Aiman Date: Wed, 14 Jan 2026 10:01:18 +0000 Subject: [PATCH] chore(internal/librariangen): bump gapic-generator-go to 0.55.2 --- internal/librariangen/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/librariangen/Dockerfile b/internal/librariangen/Dockerfile index 0987e83cf18a..7d70146de2b4 100644 --- a/internal/librariangen/Dockerfile +++ b/internal/librariangen/Dockerfile @@ -63,7 +63,7 @@ ENV GO_VERSION=1.24.0 ENV PROTOC_VERSION=25.7 ENV GO_PROTOC_PLUGIN_V2_VERSION=1.35.2 ENV GO_GRPC_PLUGIN_VERSION=1.3.0 -ENV GAPIC_GENERATOR_VERSION=0.55.1 +ENV GAPIC_GENERATOR_VERSION=0.55.2 ENV STATICCHECK_VERSION=2023.1.6 # Set up a home directory for the non-root user that will be running this container.