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.21.6 AS builder
18
+ FROM golang:1.22.3 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.29 | 1.9.0 | 1.21 |
11
+ | main | 1.29 | 1.9.0 | 1.22 |
12
12
| 0.6.0 | 1.29 | 1.9.0 | 1.21 |
13
13
| 0.5.0 | 1.28 | 1.8.0 | 1.20 |
14
14
| 0.4.0 | 1.26 | 1.7.0 | 1.19 |
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.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/IBM-Cloud/power-go-client v1.6.0
You can’t perform that action at this time.
0 commit comments