diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 7ff1acc5..30e41eb6 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: builder namespace: stolostron - tag: go1.21-linux + tag: go1.22-linux diff --git a/build/Dockerfile.e2etest b/build/Dockerfile.e2etest index 0d95189f..c508bd5d 100644 --- a/build/Dockerfile.e2etest +++ b/build/Dockerfile.e2etest @@ -1,7 +1,7 @@ # Copyright (c) 2020 Red Hat, Inc. # Stage 1: Use image builder to retrieve Go 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 # Stage 2: Copy Go binaries and run tests on ubi-minimal FROM registry.access.redhat.com/ubi9/ubi-minimal:latest diff --git a/go.mod b/go.mod index eb0d4d54..7b49db83 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stolostron/governance-policy-framework -go 1.21 +go 1.22.0 require ( github.com/google/uuid v1.6.0