Skip to content

Commit 2462b51

Browse files
committed
Downgrade go from 1.23 to 1.22
Signed-off-by: Uri Ziv <uri.ziv1@ibm.com>
1 parent c32fdbc commit 2462b51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/iso-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go: ["1.23"]
17+
go: ["1.22"]
1818
steps:
1919
- uses: actions/setup-go@v5
2020
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.22 AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM/ibm-storage-odf-block-driver
22

3-
go 1.23.0
3+
go 1.22.0
44

55
require (
66
github.com/IBM/ibm-storage-odf-operator v1.6.0

0 commit comments

Comments
 (0)