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.0
33+ ENV GO_VERSION=1.25.8
3434
3535RUN echo $ARCH $GO_VERSION
3636
Original file line number Diff line number Diff line change 1- FROM golang :1.25 . 0
1+ FROM golang :1.25 . 8
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.24.5
3+ go 1.25.8
44
55require (
66 github.com/IBM/go-sdk-core/v5 v5.21.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -euo pipefail
1919
2020if [[ -z " $( command -v golangci-lint) " ]]; then
2121 echo " Cannot find golangci-lint. Installing golangci-lint..."
22- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b " $( go env GOPATH) " /bin v2.3.1
22+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b " $( go env GOPATH) " /bin v2.11.3
2323 PATH=$PATH :$( go env GOPATH) /bin
2424 export PATH=$PATH
2525fi
You can’t perform that action at this time.
0 commit comments