File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
# Initialized TARGETPLATFORM with default value
16
16
ARG TARGETPLATFORM=linux/amd64
17
17
18
- FROM golang:1.24.2 AS builder
18
+ FROM golang:1.24.4 AS builder
19
19
ARG TARGETPLATFORM
20
20
WORKDIR /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver
21
21
ADD . .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The IBM Power Virtual Systems Container Storage Interface (CSI) Driver provides
8
8
# CSI Specification Compatibility Matrix
9
9
| PowerVS CSI Driver | Kubernetes | CSI | Golang |
10
10
| ----------------------------- | ----------- | -------- | -------- |
11
- | main | 1.32 | 1.11.0 | 1.24 |
11
+ | main | 1.32 | 1.11.0 | 1.24.4 |
12
12
| 0.9.0 | 1.32 | 1.11.0 | 1.23 |
13
13
| 0.8.0 | 1.31 | 1.10.0 | 1.23 |
14
14
| 0.7.0 | 1.30 | 1.9.0 | 1.22 |
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/ibm-powervs-block-csi-driver
2
2
3
- go 1.24.0
3
+ go 1.24.4
4
4
5
5
require (
6
6
github.com/IBM-Cloud/power-go-client v1.11.0
You can’t perform that action at this time.
0 commit comments