File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.5
2- linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.5
1+ linux/amd64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.6
2+ linux/arm64=registry.k8s.io/build-image/debian-base:bookworm-v1.0.6
33windows/amd64/1809=mcr.microsoft.com/windows/nanoserver:1809
44windows/amd64/ltsc2022=mcr.microsoft.com/windows/nanoserver:ltsc2022
55windows/amd64/ltsc2025=mcr.microsoft.com/windows/nanoserver:ltsc2025
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- ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.5
15+ ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.6
1616
17- FROM golang:1.23.10 @sha256:dd5cc4b4f85d13329cb5b17cbf35c509e1c82a43bf6e5961516fda444013121a AS builder
17+ FROM golang:1.24.7 @sha256:87916acb3242b6259a26deaa7953bdc6a3a6762a28d340e4f1448e7b5c27c009 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.29.11
16+ ARG KUBE_VERSION=v1.34.1
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.23.10 @sha256:dd5cc4b4f85d13329cb5b17cbf35c509e1c82a43bf6e5961516fda444013121a AS builder
20+ FROM --platform=$BUILDPLATFORM golang:1.24.7 @sha256:87916acb3242b6259a26deaa7953bdc6a3a6762a28d340e4f1448e7b5c27c009 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.23.10
3+ go 1.24.7
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.2
3+ go 1.24.7
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.23.10 @sha256:dd5cc4b4f85d13329cb5b17cbf35c509e1c82a43bf6e5961516fda444013121a as builder
15+ FROM golang:1.24.7 @sha256:87916acb3242b6259a26deaa7953bdc6a3a6762a28d340e4f1448e7b5c27c009 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.23.10
3+ go 1.24.7
44
55replace sigs.k8s.io/secrets-store-csi-driver => ../..
66
You can’t perform that action at this time.
0 commit comments