Skip to content

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent 9e70f64 commit c99b8ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22.1 as builder
FROM golang:1.22.4 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.19

require (
github.com/giantswarm/microerror v0.4.0
github.com/go-logr/logr v1.4.1
github.com/vmware/govmomi v0.34.2
github.com/go-logr/logr v1.4.2
github.com/vmware/govmomi v0.37.2
go.uber.org/zap v1.27.0
k8s.io/api v0.25.0
k8s.io/apimachinery v0.25.0
Expand Down Expand Up @@ -77,5 +77,5 @@ require (
replace (
// CVE-2024-24786
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
golang.org/x/net => golang.org/x/net v0.19.0
golang.org/x/net => golang.org/x/net v0.26.0
)

0 comments on commit c99b8ab

Please sign in to comment.