Skip to content

Commit ee5fc0a

Browse files
chore(deps): update golang patch version to v1.25.4 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4eda70 commit ee5fc0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Please note that this dockerfile is not used to release the image,
22
#### It is used merely to create a test image to run tests or to be uploaded manually for testing pourpuses
3-
FROM golang:1.25.3-bookworm AS build
3+
FROM golang:1.25.4-bookworm AS build
44
RUN apk add --no-cache --update git make
55

66
WORKDIR /go/src/github.com/newrelic/nri-ecs

go.mod

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

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
github.com/newrelic/infra-integrations-sdk/v3 v3.9.1

0 commit comments

Comments
 (0)