Skip to content

Commit

Permalink
chore(deps): update golang version to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 6d80198 commit a5c9130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM --platform=$BUILDPLATFORM golang:1.23.3-bookworm@sha256:3f3b9daa3de608f3e869cd2ff8baf21555cf0fca9fd34251b8f340f9b7c30ec5 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.4-bookworm@sha256:4a222c0c58da863e2e19328d3f15adbed2603b94068a6050dac5161a1e9cd8b4 AS builder

WORKDIR /app
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/newrelic/k8s-agents-operator

go 1.23.3
go 1.23.4

require (
github.com/go-logr/logr v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion interop/github.com/golang/protobuf/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/golang/protobuf

go 1.23.3
go 1.23.4

require google.golang.org/protobuf v1.35.1

0 comments on commit a5c9130

Please sign in to comment.