We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d3479 commit d2f76cdCopy full SHA for d2f76cd
Dockerfile
@@ -1,5 +1,5 @@
1
# 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
+FROM docker-na-public.artifactory.swg-devops.com/hyc-cloud-private-dockerhub-docker-remote/golang:1.25.7 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
ARG GOARCH
go.mod
@@ -1,8 +1,6 @@
module github.com/IBM/ibm-common-service-operator
-go 1.23.0
-
-toolchain go1.23.4
+go 1.25.7
6
7
require (
8
github.com/IBM/ibm-namespace-scope-operator/v4 v4.2.4-0.20240501132320-6675f97bc34f
0 commit comments