File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
interop/github.com/golang/protobuf Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
55WORKDIR /app
66# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/newrelic/k8s-agents-operator
22
3- go 1.25.1
3+ go 1.25.3
44
55require (
66 github.com/go-logr/logr v1.4.3
Original file line number Diff line number Diff line change 11module github.com/golang/protobuf
22
3- go 1.25.1
3+ go 1.25.3
44
55require google.golang.org/protobuf v1.36.8
Original file line number Diff line number Diff line change 11module github.com/newrelic/k8s-agents-operator/tools
22
3- go 1.25.1
3+ go 1.25.3
44
55require (
66 github.com/arttor/helmify v0.4.18
You can’t perform that action at this time.
0 commit comments