Skip to content

Commit

Permalink
Merge pull request #673 from kishen-v/update-go-1.22
Browse files Browse the repository at this point in the history
Update Go version to 1.22.
  • Loading branch information
k8s-ci-robot authored Jul 9, 2024
2 parents 354cb25 + 581a4c1 commit a1cad2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Initialized TARGETPLATFORM with default value
ARG TARGETPLATFORM=linux/amd64

FROM golang:1.21.6 AS builder
FROM golang:1.22.3 AS builder
ARG TARGETPLATFORM
WORKDIR /go/src/sigs.k8s.io/ibm-powervs-block-csi-driver
ADD . .
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The IBM Power Virtual Systems Container Storage Interface (CSI) Driver provides
# CSI Specification Compatibility Matrix
| PowerVS CSI Driver | Kubernetes | CSI | Golang |
| ----------------------------- | ----------- | -------- | -------- |
| main | 1.29 | 1.9.0 | 1.21 |
| main | 1.29 | 1.9.0 | 1.22 |
| 0.6.0 | 1.29 | 1.9.0 | 1.21 |
| 0.5.0 | 1.28 | 1.8.0 | 1.20 |
| 0.4.0 | 1.26 | 1.7.0 | 1.19 |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/ibm-powervs-block-csi-driver

go 1.21
go 1.22

require (
github.com/IBM-Cloud/power-go-client v1.6.0
Expand Down

0 comments on commit a1cad2c

Please sign in to comment.