Skip to content

Commit c614926

Browse files
committed
Fallback everywhere to 1.23
Signed-off-by: thepetk <thepetk@gmail.com>
1 parent c014ee6 commit c614926

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go environment
3737
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3838
with:
39-
go-version: 1.24
39+
go-version: 1.23
4040
- name: Set up QEMU # Enables arm64 image building
4141
uses: docker/setup-qemu-action@8b562efa09ec1557a9e26f25a7c6292838acea94
4242

.github/workflows/pushimge-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Go environment
4242
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4343
with:
44-
go-version: 1.24
44+
go-version: 1.23
4545
- name: Set up QEMU # Enables arm64 image building
4646
uses: docker/setup-qemu-action@8b562efa09ec1557a9e26f25a7c6292838acea94
4747
- name: Login to Quay

.github/workflows/validate-samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Go
4545
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4646
with:
47-
go-version: "1.24"
47+
go-version: "1.23"
4848

4949
- name: Install Ginkgo
5050
run: go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.13.0

.github/workflows/validate-stacks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Go
4747
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4848
with:
49-
go-version: "1.24"
49+
go-version: "1.23"
5050

5151
- name: Install Ginkgo
5252
run: go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.13.0
@@ -163,7 +163,7 @@ jobs:
163163
- name: Install Go
164164
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
165165
with:
166-
go-version: "1.24"
166+
go-version: "1.23"
167167

168168
- name: Install odo latest version
169169
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The public registry is updated weekly, by 12pm EST Wednesdays, with any updated
66

77
## Registry Status
88

9-
![Go](https://img.shields.io/badge/Go-1.24-blue)
9+
![Go](https://img.shields.io/badge/Go-1.23-blue)
1010
[![Validate Devfile stacks](https://github.com/devfile/registry/actions/workflows/validate-stacks.yaml/badge.svg?event=schedule)](https://github.com/devfile/registry/actions/workflows/validate-stacks.yaml)
1111
[![Renovate][1]][2]
1212

tests/check_non_terminating/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/devfile/registry/tests/check_non_terminating
22

3-
go 1.24
3+
go 1.23
44

55
require github.com/devfile/library/v2 v2.3.0
66

tests/odov3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/devfile/registry/tests/odov3
22

3-
go 1.24
3+
go 1.23
44

55
require (
66
github.com/devfile/api/v2 v2.3.0

tests/validate_devfile_schemas/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/devfile/registry/tests/validate_devfiles
22

3-
go 1.24
3+
go 1.23
44

55
require (
66
github.com/devfile/library/v2 v2.3.0

0 commit comments

Comments
 (0)