From 5ed42faed5abe9f1cd7310a19abdf58b32089d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:35:06 -0700 Subject: [PATCH] Bump golang from 1.22.6 to 1.23.0 in /examples/httpPlusdb (#1016) Bumps golang from 1.22.6 to 1.23.0. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/httpPlusdb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/httpPlusdb/Dockerfile b/examples/httpPlusdb/Dockerfile index 8ff77bc77..9ae60cd79 100644 --- a/examples/httpPlusdb/Dockerfile +++ b/examples/httpPlusdb/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.6 +FROM golang:1.23.0 WORKDIR /app COPY ./*.go . RUN go mod init main