Skip to content

Commit f46634f

Browse files
ASP-1893: Bump Go to 1.26.2 for kafka-topic-creator image
Fixes Go stdlib CVEs (CVE-2025-68121, CVE-2025-61726, CVE-2026-25679, CVE-2026-32280, etc.) flagged by Trivy scan in CI. - Dockerfile: golang 1.22.7 → 1.26.2 - go.mod: go 1.22.7 → 1.26.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fe00326 commit f46634f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kafka-topic-creator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.7 AS builder
1+
FROM golang:1.26.2 AS builder
22
COPY src/main/go /opt
33
WORKDIR /opt
44

kafka-topic-creator/src/main/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module hypertrace.org/kafka-topic-creator
22

3-
go 1.22.7
3+
go 1.26.2
44

55
require (
66
github.com/confluentinc/confluent-kafka-go/v2 v2.5.3

0 commit comments

Comments
 (0)