Skip to content

Commit e80d413

Browse files
committed
chore(deps): update non-minor dependencies to v1.21.5
1 parent ff2ba5d commit e80d413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.21.4 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.21.5 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sap/project-operator
22

3-
go 1.21.4
3+
go 1.21.5
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.13.2

0 commit comments

Comments
 (0)