From 1242b228bdb33101a4d880b669d6fff01ef33781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:29:36 +0000 Subject: [PATCH] Bump golang from 1.19.0 to 1.22.6 in /build/protoc-go Bumps golang from 1.19.0 to 1.22.6. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/protoc-go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/protoc-go/Dockerfile b/build/protoc-go/Dockerfile index e1284f9..a1638ea 100644 --- a/build/protoc-go/Dockerfile +++ b/build/protoc-go/Dockerfile @@ -3,7 +3,7 @@ # # SPDX-License-Identifier: Apache-2.0 -FROM golang:1.19.0 +FROM golang:1.22.6 RUN apt-get update && \ apt-get install -y unzip python3 python3-pip