We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32fdbc commit 2462b51Copy full SHA for 2462b51
3 files changed
.github/workflows/iso-ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- go: ["1.23"]
+ go: ["1.22"]
18
steps:
19
- uses: actions/setup-go@v5
20
with:
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM --platform=$BUILDPLATFORM golang:1.23 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.22 AS builder
3
4
WORKDIR /workspace
5
# Copy the Go Modules manifests
go.mod
@@ -1,6 +1,6 @@
module github.com/IBM/ibm-storage-odf-block-driver
-go 1.23.0
+go 1.22.0
require (
6
github.com/IBM/ibm-storage-odf-operator v1.6.0
0 commit comments