From b10f8e3a4e12d7da36e080a84d55ab23894c54c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:31:55 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.5 --- proto/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Dockerfile b/proto/Dockerfile index 322488e6..2dedc0ee 100644 --- a/proto/Dockerfile +++ b/proto/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4 +FROM golang:1.22.5 ENV PROTOC_VERSION=27.1 ENV PROTOC_GEN_GO_VERSION=1.34.2