Skip to content

Commit f13a50a

Browse files
committed
Bumping go version to 1.25.5
1 parent 21b161e commit f13a50a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
2121
ENV GOOS=linux GO111MODULE=on GOPROXY=https://proxy.golang.org
2222
ENV 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
2626
RUN mkdir /out
@@ -38,7 +38,7 @@ RUN chmod -R +x /out
3838
FROM 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

4343
ARG GITHUB_URL="https://api.github.com"
4444
ARG GITHUB_TOKEN=""

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/backplane-cli
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)