Skip to content

Commit

Permalink
Update golang to 1.23 in CI dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rhmdnd committed Jan 7, 2025
1 parent 5f6ee2a commit 51ee800
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step one: build compliance-operator
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.17 AS builder
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.23-openshift-4.17 AS builder

WORKDIR /go/src/github.com/openshift/compliance-operator

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/ComplianceAsCode/compliance-operator

go 1.22.0

toolchain go1.22.6
go 1.23.0

require (
github.com/onsi/ginkgo v1.16.5
Expand Down
Loading

0 comments on commit 51ee800

Please sign in to comment.