Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Gershkovich <[email protected]>
  • Loading branch information
ELENAGER committed Jan 8, 2025
1 parent 1546659 commit 2974302
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Build the manager binary
FROM docker.io/library/golang:1.22 as builder
FROM docker.io/library/golang:1.23 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
4 changes: 2 additions & 2 deletions api/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/ramendr/ramen/api

go 1.22.5
go 1.23.0

toolchain go1.22.7
toolchain go1.23.4

require (
k8s.io/api v0.31.1
Expand Down
4 changes: 2 additions & 2 deletions e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/ramendr/ramen/e2e

go 1.22.5
go 1.23.0

toolchain go1.22.7
toolchain go1.23.4

require (
github.com/ramendr/ramen/api v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ require (
// replace directives to accommodate for stolostron
replace k8s.io/client-go v12.0.0+incompatible => k8s.io/client-go v0.32.0

replace github.com/csi-addons/kubernetes-csi-addons v0.10.1-0.20240924092040-c11db0b867a1 => github.com/Nikhil-Ladha/kubernetes-csi-addons v0.0.0-20250106150113-0626866673b5
replace github.com/csi-addons/kubernetes-csi-addons v0.10.1-0.20240924092040-c11db0b867a1 => github.com/Nikhil-Ladha/kubernetes-csi-addons v0.0.0-20250107130841-6d41212a31dd
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Nikhil-Ladha/kubernetes-csi-addons v0.0.0-20250106150113-0626866673b5 h1:4ifHh7mH1FSP/xb0GsQvx78iJ5PKrda4KjPJ35vrcnU=
github.com/Nikhil-Ladha/kubernetes-csi-addons v0.0.0-20250106150113-0626866673b5/go.mod h1:iS3XN+E9Bf9qlTra9Oaxn76QQ03131Syli9Vyp07+PI=
github.com/Nikhil-Ladha/kubernetes-csi-addons v0.0.0-20250107130841-6d41212a31dd h1:Hm8occ+CzJAXV4i+bg5ltPFTn+FaHo1YZ/pJtTgpW2I=
github.com/Nikhil-Ladha/kubernetes-csi-addons v0.0.0-20250107130841-6d41212a31dd/go.mod h1:iS3XN+E9Bf9qlTra9Oaxn76QQ03131Syli9Vyp07+PI=
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/backube/volsync v0.11.0 h1:czEwQEWGAEfW4bf4XU9KaW3WN/pOH837+Sm7AoR0c48=
Expand Down

0 comments on commit 2974302

Please sign in to comment.