We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6ee2a commit 51ee800Copy full SHA for 51ee800
Dockerfile.ci
@@ -1,5 +1,5 @@
1
# Step one: build compliance-operator
2
-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
3
4
WORKDIR /go/src/github.com/openshift/compliance-operator
5
go.mod
@@ -1,8 +1,6 @@
module github.com/ComplianceAsCode/compliance-operator
-go 1.22.0
-
-toolchain go1.22.6
+go 1.23.0
6
7
require (
8
github.com/onsi/ginkgo v1.16.5
0 commit comments