Skip to content

Commit

Permalink
fix(): test build
Browse files Browse the repository at this point in the history
Signed-off-by: Mridul Gain <[email protected]>
  • Loading branch information
mridulgain committed Nov 5, 2024
1 parent 812bb8b commit b64baf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
##########################################################

# Build the manager binary
FROM golang:1.22.1 as builder
FROM golang:1.23.2 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubeslice/worker-operator

go 1.22.1
go 1.23.2

// replace github.com/kubeslice/apis => ../../misc/apis

Expand Down
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3 as builder
FROM golang:1.23.2 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit b64baf1

Please sign in to comment.