File tree 8 files changed +10
-10
lines changed
8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup Go
19
19
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
20
20
with :
21
- go-version : 1.22 .x
21
+ go-version : 1.23 .x
22
22
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
23
23
cache-dependency-path : |
24
24
**/go.sum
Original file line number Diff line number Diff line change 16
16
- name : Setup Go
17
17
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
18
18
with :
19
- go-version : 1.22 .x
19
+ go-version : 1.23 .x
20
20
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
21
21
cache-dependency-path : |
22
22
**/go.sum
Original file line number Diff line number Diff line change 43
43
if : ${{ steps.filter.outputs.git == 'true' || steps.filter.outputs.e2e == 'true' || github.event_name == 'workflow_dispatch' }}
44
44
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
45
45
with :
46
- go-version : 1.22 .x
46
+ go-version : 1.23 .x
47
47
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
48
48
cache-dependency-path : |
49
49
**/go.sum
Original file line number Diff line number Diff line change 24
24
- name : Setup Go
25
25
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
26
26
with :
27
- go-version : 1.22 .x
27
+ go-version : 1.23 .x
28
28
cache-dependency-path : oci/tests/integration/go.sum
29
29
- name : configure aws credentials
30
30
uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
Original file line number Diff line number Diff line change 27
27
- name : Setup Go
28
28
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
30
- go-version : 1.22 .x
30
+ go-version : 1.23 .x
31
31
cache-dependency-path : oci/tests/integration/go.sum
32
32
- name : Authenticate to Azure
33
33
uses : Azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v1.4.6
Original file line number Diff line number Diff line change 25
25
- name : Setup Go
26
26
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
27
27
with :
28
- go-version : 1.22 .x
28
+ go-version : 1.23 .x
29
29
cache-dependency-path : ./tools/reaper/go.sum
30
30
- name : Setup bin dir
31
31
run : mkdir -p ~/.local/bin
72
72
- name : Setup Go
73
73
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
74
74
with :
75
- go-version : 1.22 .x
75
+ go-version : 1.23 .x
76
76
cache-dependency-path : ./tools/reaper/go.sum
77
77
- name : Authenticate to Azure
78
78
uses : Azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v1.4.6
95
95
- name : Setup Go
96
96
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
97
97
with :
98
- go-version : 1.22 .x
98
+ go-version : 1.23 .x
99
99
cache-dependency-path : ./tools/reaper/go.sum
100
100
- name : Authenticate to AWS
101
101
uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
Original file line number Diff line number Diff line change 27
27
- name : Setup Go
28
28
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
30
- go-version : 1.22 .x
30
+ go-version : 1.23 .x
31
31
cache-dependency-path : oci/tests/integration/go.sum
32
32
- name : Authenticate to Google Cloud
33
33
uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4
Original file line number Diff line number Diff line change 23
23
- name : Setup Go
24
24
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
25
25
with :
26
- go-version : 1.22 .x
26
+ go-version : 1.23 .x
27
27
cache-dependency-path : |
28
28
**/go.sum
29
29
**/go.mod
You can’t perform that action at this time.
0 commit comments