Skip to content

Commit f3038de

Browse files
Bump golang from 1.23 to 1.24 in /components/datadog/apps/prometheus/images/prometheus (#1420)
Co-authored-by: L3n41c <L3n41c@users.noreply.github.com>
1 parent c2e58d3 commit f3038de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/datadog/apps/prometheus/images/prometheus/Dockerfile

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

33
WORKDIR /usr/src/app
44

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

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

3-
go 1.22
3+
go 1.24
44

55
require github.com/prometheus/client_golang v1.22.0
66

0 commit comments

Comments
 (0)