File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ FROM registry.access.redhat.com/ubi8/ubi AS rclone-builder
3030RUN yum install wget git gcc -y
3131
3232ENV ARCH=amd64
33- ENV GO_VERSION=1.25.8
33+ ENV GO_VERSION=1.25.9
3434
3535RUN echo $ARCH $GO_VERSION
3636
@@ -46,7 +46,7 @@ ENV GOARCH=$ARCH
4646ENV GO111MODULE=on
4747
4848RUN git clone https://github.com/rclone/rclone.git && \
49- cd rclone && git checkout tags/v1.73.3 && \
49+ cd rclone && git checkout tags/v1.73.5 && \
5050 go build && ./rclone version && \
5151 cp rclone /usr/local/bin/rclone
5252
Original file line number Diff line number Diff line change 1- FROM golang :1.25 . 8
1+ FROM golang :1.25 . 9
22
33WORKDIR /go /src /github . com /IBM /ibm -object -csi -driver
44ADD . /go /src /github . com /IBM /ibm -object -csi -driver
Original file line number Diff line number Diff line change 11module github.com/IBM/ibm-object-csi-driver
22
3- go 1.25.8
3+ go 1.25.9
44
55require (
66 github.com/IBM/go-sdk-core/v5 v5.21.0
You can’t perform that action at this time.
0 commit comments