Skip to content

Commit 754bbc9

Browse files
authored
Update Go to v1.25.1 (redhat-best-practices-for-k8s#228)
1 parent 8882022 commit 754bbc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

certsuite-sidecar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
# Install Go binary and set the PATH
1717
ENV \
1818
GO_DL_URL=https://golang.org/dl \
19-
GO_BIN_TAR=go1.25.0.linux-amd64.tar.gz \
19+
GO_BIN_TAR=go1.25.1.linux-amd64.tar.gz \
2020
GOPATH=/root/go
2121
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
2222
RUN \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redhat-best-practices-for-k8s/certsuite-operator
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require (
66
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)