From f8f1b995d166241f990022de92755ca4f2c0ef8e Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 13 Feb 2025 04:16:50 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.24 (githound/dockerfile) --- githound/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githound/Dockerfile b/githound/Dockerfile index dbd831ac..d281a6d3 100644 --- a/githound/Dockerfile +++ b/githound/Dockerfile @@ -1,7 +1,7 @@ # renovate: datasource=github-releases depName=ezekg/git-hound ARG PACKAGE_VERSION=1.0.0 -FROM golang:1.23 as builder +FROM golang:1.24 as builder ARG PACKAGE_VERSION