Skip to content

Commit 6149118

Browse files
committed
chore(deps): update non-minor dependencies to v1.22.4
1 parent 43de070 commit 6149118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.22.3 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.22.4 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

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

3-
go 1.22.3
3+
go 1.22.4
44

55
require (
66
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)