Skip to content

Commit 47a87bb

Browse files
chore(deps): update golang version to v1.25.3
1 parent 78ebbf2 commit 47a87bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM --platform=$BUILDPLATFORM golang:1.25.1-bookworm@sha256:c423747fbd96fd8f0b1102d947f51f9b266060217478e5f9bf86f145969562ee AS builder
3+
FROM --platform=$BUILDPLATFORM golang:1.25.3-bookworm@sha256:89a3638e976a19aa3f9a1fd3f3cc5d022aeca99132235ab2a6853aaedfd09f25 AS builder
44

55
WORKDIR /app
66
# Copy the Go Modules manifests

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/k8s-agents-operator
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require (
66
github.com/go-logr/logr v1.4.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/golang/protobuf
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require google.golang.org/protobuf v1.36.8

tools/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/k8s-agents-operator/tools
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require (
66
github.com/arttor/helmify v0.4.18

0 commit comments

Comments
 (0)