File tree Expand file tree Collapse file tree 7 files changed +7
-9
lines changed Expand file tree Collapse file tree 7 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
#
15
15
16
- FROM registry.ci.openshift.org/openshift/release:golang-1.22
16
+ FROM registry.ci.openshift.org/openshift/release:golang-1.23
17
17
18
18
SHELL ["/bin/bash" , "-c" ]
19
19
Original file line number Diff line number Diff line change 14
14
name : Set up Go 1.x
15
15
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
16
16
with :
17
- go-version : 1.22.10
17
+ go-version : 1.23.6
18
18
-
19
19
name : Set up Python 3.11
20
20
uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
Original file line number Diff line number Diff line change 15
15
name : Set up Go 1.x
16
16
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
17
17
with :
18
- go-version : 1.22.10
18
+ go-version : 1.23.6
19
19
-
20
20
name : Set up Python 3.11
21
21
uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
Original file line number Diff line number Diff line change 28
28
- name : Set up Go 1.x
29
29
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
30
30
with :
31
- go-version : 1.22.10
31
+ go-version : 1.23.6
32
32
33
33
- name : Set up QEMU
34
34
uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0
Original file line number Diff line number Diff line change 14
14
#
15
15
16
16
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
17
- FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1739267472 AS builder
17
+ FROM registry.access.redhat.com/ubi9/go-toolset:1.23.6-1745328278 as builder
18
18
ENV GOPATH=/go/
19
19
USER root
20
20
WORKDIR /devworkspace-operator
Original file line number Diff line number Diff line change 1
1
module github.com/devfile/devworkspace-operator
2
2
3
- go 1.22
4
-
5
- toolchain go1.22.0
3
+ go 1.23.0
6
4
7
5
require (
8
6
github.com/devfile/api/v2 v2.2.2
Original file line number Diff line number Diff line change 15
15
16
16
# Build the manager binary
17
17
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
18
- FROM registry.access.redhat.com/ubi9/go-toolset:9.5-1739267472 as builder
18
+ FROM registry.access.redhat.com/ubi9/go-toolset:1.23.6-1745328278 as builder
19
19
ARG TARGETARCH
20
20
ARG TARGETOS
21
21
ENV GOPATH=/go/
You can’t perform that action at this time.
0 commit comments