Skip to content

Commit d2f76cd

Browse files
authored
uplift go to latest (#2758)
Signed-off-by: Ben Luzarraga <luzarragaben@gmail.com>
1 parent a2d3479 commit d2f76cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM docker-na-public.artifactory.swg-devops.com/hyc-cloud-private-dockerhub-docker-remote/golang:1.25.5 AS builder
2+
FROM docker-na-public.artifactory.swg-devops.com/hyc-cloud-private-dockerhub-docker-remote/golang:1.25.7 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55
ARG GOARCH

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/IBM/ibm-common-service-operator
22

3-
go 1.23.0
4-
5-
toolchain go1.23.4
3+
go 1.25.7
64

75
require (
86
github.com/IBM/ibm-namespace-scope-operator/v4 v4.2.4-0.20240501132320-6675f97bc34f

0 commit comments

Comments
 (0)