Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-2.8] Update to Go v1.22
Browse files Browse the repository at this point in the history
ref: https://issues.redhat.com/browse/ACM-14251
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
dhaiducek committed Sep 11, 2024
1 parent 249c124 commit adce491
Showing 3 changed files with 2 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
1 change: 0 additions & 1 deletion .github/workflows/kind.yml
Original file line number Diff line number Diff line change
@@ -78,7 +78,6 @@ jobs:
- name: Test Coverage and Report Generation
run: |
make test-coverage | tee report_unit.json
make coverage-verify
make gosec-scan
cat gosec.json
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1: Use image builder to build the target binaries
# Copyright Contributors to the Open Cluster Management project

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=governance-policy-propagator
ENV REPO_PATH=/go/src/github.com/stolostron/${COMPONENT}

0 comments on commit adce491

Please sign in to comment.