Skip to content

Commit caa7410

Browse files
authored
Merge pull request #16 from segmentio/chore/update-golang-1.24.4
chore: update golang to 1.24.4 to address CVE-2025-22874
2 parents aa796c6 + adf8822 commit caa7410

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: cimg/go:1.24.2
5+
- image: cimg/go:1.24.4
66
environment:
77
GO111MODULE: "on"
88
DIGGER_TEST_KAFKA_ADDR: "kafka:9092"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM golang:1.24.2 as builder
2-
ENV SRC github.com/segmentio/data-digger
1+
FROM golang:1.24.4 AS builder
2+
ENV SRC=github.com/segmentio/data-digger
33
ENV CGO_ENABLED=0
44

55
COPY . /go/src/${SRC}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/segmentio/data-digger
22

3-
go 1.24.2
3+
go 1.24.4
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.7

0 commit comments

Comments
 (0)