Skip to content

Commit 0c156fd

Browse files
committed
chore (deps) : bump go version to 1.23 and update devfile universal developer image
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
1 parent e9ed1fb commit 0c156fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ attributes:
2121
components:
2222
- name: devtools
2323
container:
24-
image: "quay.io/devfile/universal-developer-image:ubi8-latest"
24+
image: "quay.io/devfile/universal-developer-image:ubi9-latest"
2525
memoryLimit: 2Gi
2626
memoryRequest: 256Mi
2727
commands:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
4040
with:
4141
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
42-
go-version: 1.21
42+
go-version: 1.23
4343

4444
- name: Generate Go sources, CRDs and schemas
4545
run: |

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/api/v2
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/ghodss/yaml v1.0.0

0 commit comments

Comments
 (0)