Skip to content

Commit

Permalink
Merge pull request #1148 from bdunne/update_go
Browse files Browse the repository at this point in the history
Update go to v1.23
  • Loading branch information
Fryguy authored Aug 14, 2024
2 parents a971478 + f6757d7 commit 2d0c633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manageiq-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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: 1 addition & 3 deletions manageiq-operator/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/ManageIQ/manageiq-pods/manageiq-operator

go 1.22.0

toolchain go1.22.6
go 1.23

require (
github.com/onsi/ginkgo/v2 v2.20.0
Expand Down

0 comments on commit 2d0c633

Please sign in to comment.