Skip to content

Commit fac12a7

Browse files
Executing automated changes
1 parent 4529839 commit fac12a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/datadog/apps/dogstatsd/images/dogstatsd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 AS builder
1+
FROM golang:1.25 AS builder
22

33
WORKDIR /usr/src/app
44

components/datadog/apps/dogstatsd/images/dogstatsd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module dogstatsd
22

3-
go 1.24
3+
go 1.25.7
44

55
require github.com/DataDog/datadog-go/v5 v5.8.1
66

0 commit comments

Comments
 (0)