We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8882022 commit 754bbc9Copy full SHA for 754bbc9
certsuite-sidecar/Dockerfile
@@ -16,7 +16,7 @@ RUN \
16
# Install Go binary and set the PATH
17
ENV \
18
GO_DL_URL=https://golang.org/dl \
19
- GO_BIN_TAR=go1.25.0.linux-amd64.tar.gz \
+ GO_BIN_TAR=go1.25.1.linux-amd64.tar.gz \
20
GOPATH=/root/go
21
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
22
RUN \
go.mod
@@ -1,6 +1,6 @@
1
module github.com/redhat-best-practices-for-k8s/certsuite-operator
2
3
-go 1.25.0
+go 1.25.1
4
5
require (
6
github.com/go-logr/logr v1.4.3
0 commit comments