File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#  Build the manager binary
2- FROM  --platform=$BUILDPLATFORM golang:1.25.0  AS builder
2+ FROM  --platform=$BUILDPLATFORM golang:1.25.1  AS builder
33ARG  TARGETOS
44ARG  TARGETARCH
55
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ go 1.23.5
55require  (
66	github.com/pkg/errors  v0.9.1 
77	github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring  v0.79.2 
8- 	github.com/sap/component-operator-runtime  v0.3.67  
8+ 	github.com/sap/component-operator-runtime  v0.3.112  
99	k8s.io/apiextensions-apiserver  v0.32.1 
1010	k8s.io/apimachinery  v0.32.1 
1111	k8s.io/client-go  v0.32.1 
1212	k8s.io/code-generator  v0.32.1 
1313	k8s.io/kube-aggregator  v0.32.1 
1414	sigs.k8s.io/controller-runtime  v0.20.1 
15- 	sigs.k8s.io/controller-runtime/tools/setup-envtest  v0.0.0-20250130183723-1a91ccca639b 
15+ 	sigs.k8s.io/controller-runtime/tools/setup-envtest  961fc2c233d6 
1616	sigs.k8s.io/controller-tools  v0.16.5 
1717)
1818
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments