File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 name : Set up Go 1.x
1515 uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1616 with :
17- go-version : 1.23 .6
17+ go-version : 1.24 .6
1818 -
1919 name : Set up Python 3.11
2020 uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
Original file line number Diff line number Diff line change 1515 name : Set up Go 1.x
1616 uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1717 with :
18- go-version : 1.23 .6
18+ go-version : 1.24 .6
1919 -
2020 name : Set up Python 3.11
2121 uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
Original file line number Diff line number Diff line change 1414#
1515
1616# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
17- FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder
17+ FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1758501173 as builder
1818ENV GOPATH=/go/
1919USER root
2020WORKDIR /devworkspace-operator
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/devfile/devworkspace-operator
22
33go 1.24.0
44
5- toolchain go1.24.4
5+ toolchain go1.24.6
66
77require (
88 github.com/devfile/api/v2 v2.3.1-alpha.0.20250521155908-5c3d7b99d252
Original file line number Diff line number Diff line change 1515
1616# Build the manager binary
1717# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
18- FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4-1753853351 as builder
18+ FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1758501173 as builder
1919ARG TARGETARCH
2020ARG TARGETOS
2121ENV GOPATH=/go/
You can’t perform that action at this time.
0 commit comments