File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
42
42
username : ${{ secrets.DOCKER_USER }}
43
43
password : ${{ secrets.DOCKER_PASSWORD }}
44
44
45
- - name : Set up GO 1.22.5
45
+ - name : Set up GO 1.22.7
46
46
uses : actions/setup-go@v1
47
47
with :
48
- go-version : 1.22.5
48
+ go-version : 1.22.7
49
49
id : go
50
50
51
51
- name : InstallKubebuilder
@@ -166,10 +166,10 @@ jobs:
166
166
username : ${{ secrets.DOCKER_USER }}
167
167
password : ${{ secrets.DOCKER_PASSWORD }}
168
168
169
- - name : Set up GO 1.22.5
169
+ - name : Set up GO 1.22.7
170
170
uses : actions/setup-go@v1
171
171
with :
172
- go-version : 1.22.5
172
+ go-version : 1.22.7
173
173
id : go
174
174
175
175
- name : InstallKubebuilder
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
- name : checkout
28
28
uses : actions/checkout@v2
29
29
30
- - name : Set up GO 1.22.5
30
+ - name : Set up GO 1.22.7
31
31
uses : actions/setup-go@v1
32
32
with :
33
- go-version : 1.22.5
33
+ go-version : 1.22.7
34
34
id : go
35
35
36
36
- name : InstallKubebuilder
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- go-version : [1.21.9, 1.22.5 ]
21
+ go-version : [1.21.9, 1.22.7 ]
22
22
steps :
23
23
- name : clean disk
24
24
run : |
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
username : ${{ secrets.DOCKER_USER }}
31
31
password : ${{ secrets.DOCKER_PASSWORD }}
32
32
33
- - name : Set up GO 1.22.5
33
+ - name : Set up GO 1.22.7
34
34
uses : actions/setup-go@v1
35
35
with :
36
- go-version : 1.22.5
36
+ go-version : 1.22.7
37
37
id : go
38
38
39
39
- name : InstallKubebuilder
Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ jobs:
76
76
run : hack/kind-cluster-build.sh --name chart-testing -c 1 -v 10 --k8sVersion v1.23.17
77
77
if : steps.list-changed.outputs.changed == 'true'
78
78
79
- - name : Set up GO 1.22.5
79
+ - name : Set up GO 1.22.7
80
80
if : steps.list-changed.outputs.changed == 'true'
81
81
uses : actions/setup-go@v1
82
82
with :
83
- go-version : 1.22.5
83
+ go-version : 1.22.7
84
84
id : go
85
85
86
86
- name : setup kubebuilder 3.6.0
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
repository : ${{github.event.pull_request.head.repo.full_name}}
32
32
ref : ${{ github.event.pull_request.head.sha }}
33
33
34
- - name : Set up GO 1.22.5
34
+ - name : Set up GO 1.22.7
35
35
uses : actions/setup-go@v1
36
36
with :
37
- go-version : 1.22.5
37
+ go-version : 1.22.7
38
38
id : go
39
39
40
40
- name : InstallKubebuilder
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
42
42
repository : ${{github.event.pull_request.head.repo.full_name}}
43
43
ref : ${{ github.event.pull_request.head.sha }}
44
44
45
- - name : Set up GO 1.22.5
45
+ - name : Set up GO 1.22.7
46
46
uses : actions/setup-go@v1
47
47
with :
48
- go-version : 1.22.5
48
+ go-version : 1.22.7
49
49
id : go
50
50
51
51
- name : InstallKubebuilder
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.22.5 -bullseye as builder
2
+ FROM golang:1.22.7 -bullseye as builder
3
3
4
4
WORKDIR /workspace/api
5
5
COPY api/ .
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.22.5 -bullseye as builder
2
+ FROM golang:1.22.7 -bullseye as builder
3
3
4
4
WORKDIR /workspace/api
5
5
COPY api/ .
You can’t perform that action at this time.
0 commit comments