File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This is for CI test and should build on x86_64 environment
22
3- FROM registry.access.redhat.com/ubi9:9.7 as base
3+ FROM registry.access.redhat.com/ubi9:9.7-1769417801 as base
44
55# ## Pre-install dependencies
66# These packages will end up in the final image
@@ -15,12 +15,12 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
1515
1616# Configure the env
1717
18- RUN go env -w GOTOOLCHAIN=go1.25.3 +auto
18+ RUN go env -w GOTOOLCHAIN=go1.25.5 +auto
1919
2020# Environment variables
2121ENV GOOS=linux GO111MODULE=on GOPROXY=https://proxy.golang.org
2222ENV GOBIN=/gobin GOPATH=/usr/src/go CGO_ENABLED=0
23- ENV GOTOOLCHAIN=go1.25.3 +auto
23+ ENV GOTOOLCHAIN=go1.25.5 +auto
2424
2525# Directory for the binary
2626RUN mkdir /out
@@ -38,7 +38,7 @@ RUN chmod -R +x /out
3838FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 as dep-builder
3939
4040# Ensure we can use Go version as we want
41- ENV GOTOOLCHAIN=go1.25.3 +auto
41+ ENV GOTOOLCHAIN=go1.25.5 +auto
4242
4343ARG GITHUB_URL="https://api.github.com"
4444ARG GITHUB_TOKEN=""
Original file line number Diff line number Diff line change 11module github.com/openshift/backplane-cli
22
3- go 1.25.3
3+ go 1.25.5
44
55require (
66 github.com/Masterminds/semver v1.5.0
You can’t perform that action at this time.
0 commit comments