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 Aug 21, 2024
1 parent 07bf5c1 commit 8a4526f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.21 as builder
FROM docker.io/library/golang:1.22 as builder

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

go 1.21
go 1.22

toolchain go1.22.5

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

go 1.21
go 1.22

toolchain go1.22.5

require (
github.com/go-logr/logr v1.4.1
Expand Down

0 comments on commit 8a4526f

Please sign in to comment.