Skip to content

Commit ff5bb71

Browse files
Executing automated changes
1 parent 9b0704a commit ff5bb71

2 files changed

Lines changed: 3 additions & 1 deletion

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.26 AS builder
22

33
WORKDIR /usr/src/app
44

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module dogstatsd
22

33
go 1.24
44

5+
toolchain go1.26.1
6+
57
require github.com/DataDog/datadog-go/v5 v5.8.1
68

79
require (

0 commit comments

Comments
 (0)