Skip to content

Commit

Permalink
[release-2.10] Update to Go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Sep 12, 2024
1 parent 585df9b commit 85c763a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: builder
namespace: stolostron
tag: go1.21-linux
tag: go1.22-linux
2 changes: 1 addition & 1 deletion build/Dockerfile.e2etest
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/stolostron/governance-policy-framework

go 1.21
go 1.21.0

require (
github.com/google/uuid v1.3.1
Expand Down

0 comments on commit 85c763a

Please sign in to comment.