diff --git a/build/Dockerfile b/build/Dockerfile index e6d59724..a7754eac 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,7 +1,7 @@ # Copyright Contributors to the Open Cluster Management project # Stage 1: Use image builder to build the target binaries -FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder +FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux AS builder ENV COMPONENT=config-policy-controller ENV REPO_PATH=/go/src/github.com/open-cluster-management/${COMPONENT} diff --git a/go.mod b/go.mod index fb211c8d..d8f38513 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module open-cluster-management.io/config-policy-controller -go 1.21 +go 1.22 require ( github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32