From 0fd342fe25293ef354d4bf0986f319836ba189f6 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 24 May 2025 20:07:07 +0000 Subject: [PATCH 1/3] chore: Update go.mod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c19f225..81dc0ad 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/elastic/stream -go 1.24.2 +go 1.24.3 require ( cloud.google.com/go/pubsub v1.37.0 From 750170f6afd95743109f3ee528bfe4236a43c29e Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 24 May 2025 20:07:08 +0000 Subject: [PATCH 2/3] chore: Update .go-version with 1.24.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index e4a973f..ae96cc7 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.24.2 +1.24.3 From cb6677b67e9838b721fc76b80021ea1d5f571a4a Mon Sep 17 00:00:00 2001 From: obltmachine Date: Sat, 24 May 2025 20:07:09 +0000 Subject: [PATCH 3/3] chore: Update Dockerfile golang image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebf8383..14cfbd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.2-alpine3.21 as builder +FROM golang:1.24.3-alpine3.21 as builder RUN apk add --no-cache musl-dev gcc libpcap libpcap-dev