File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414
1515ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.6
1616
17- FROM golang:1.24.11 @sha256:e3fb71a958a346439626e5796d79749c7ed22e61f09f078f434486015285f432 AS builder
17+ FROM golang:1.25.6 @sha256:06d1251c59a75761ce4ebc8b299030576233d7437c886a68b43464bad62d4bb1 AS builder
1818WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
1919ADD . .
2020ARG TARGETARCH
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515FROM alpine as builder
16- ARG KUBE_VERSION=v1.34.1
16+ ARG KUBE_VERSION=v1.34.3
1717ARG TARGETARCH
1818
1919RUN apk add --no-cache curl && \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG BASEIMAGE_CORE=gcr.io/k8s-staging-e2e-test-images/windows-servercore-cache:1
1717
1818FROM --platform=linux/amd64 ${BASEIMAGE_CORE} AS core
1919
20- FROM --platform=$BUILDPLATFORM golang:1.24.11 @sha256:e3fb71a958a346439626e5796d79749c7ed22e61f09f078f434486015285f432 AS builder
20+ FROM --platform=$BUILDPLATFORM golang:1.25.6 @sha256:06d1251c59a75761ce4ebc8b299030576233d7437c886a68b43464bad62d4bb1 AS builder
2121WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
2222ADD . .
2323ARG TARGETARCH
Original file line number Diff line number Diff line change 11module sigs.k8s.io/secrets-store-csi-driver
22
3- go 1.24.11
3+ go 1.25.6
44
55require (
66 github.com/container-storage-interface/spec v1.6.0
Original file line number Diff line number Diff line change 11module sigs.k8s.io/secrets-store-csi-driver/hack/tools
22
3- go 1.24.11
3+ go 1.25.6
44
55require (
66 github.com/golangci/golangci-lint v1.64.8
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24.11 @sha256:e3fb71a958a346439626e5796d79749c7ed22e61f09f078f434486015285f432 as builder
15+ FROM golang:1.25.6 @sha256:06d1251c59a75761ce4ebc8b299030576233d7437c886a68b43464bad62d4bb1 as builder
1616WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
1717ADD . .
1818RUN make build-e2e-provider
Original file line number Diff line number Diff line change 11module sigs.k8s.io/secrets-store-csi-driver/test/e2eprovider
22
3- go 1.24.11
3+ go 1.25.6
44
55replace sigs.k8s.io/secrets-store-csi-driver => ../..
66
You can’t perform that action at this time.
0 commit comments