From e319e57b3826943505b301537b6f18927929b2f9 Mon Sep 17 00:00:00 2001
From: renovate
 <group_722_bot_34e637e3ecbb2dc729d58612f657d1ca@noreply.git.autistici.org>
Date: Wed, 12 Feb 2025 18:54:55 +0000
Subject: [PATCH] Update golang Docker tag to v1.24

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 688f795..8d1afaa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 # Don't build a static binary, the duckdb libraries need NSS for name
 # resolution and such anyway.
-FROM golang:1.22 AS build
+FROM golang:1.24 AS build
 ADD . /src
 WORKDIR /src
 RUN go build -trimpath -o /pqlogd ./cmd/pqlogd
-- 
GitLab