From fbbdacabb7f19ff990ba2bfa99ada236def74017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 01:32:23 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.6 --- proto/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Dockerfile b/proto/Dockerfile index b4c96883..dfe70ae1 100644 --- a/proto/Dockerfile +++ b/proto/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5 +FROM golang:1.22.6 ENV PROTOC_VERSION=27.2 ENV PROTOC_GEN_GO_VERSION=1.34.2