Skip to content

Commit 9185d79

Browse files
chore(deps): update golang version
1 parent 78ebbf2 commit 9185d79

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:4f43b271f9673eb7bd0cb3a49cc17b08d8d6ee110277e26dbacc93c43a5a7793 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.4
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.4
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.4
44

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

0 commit comments

Comments
 (0)