File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
23
23
with :
24
- go-version : ' 1.24 '
24
+ go-version : ' 1.25 '
25
25
cache-dependency-path : tools/go.sum
26
26
27
27
- name : Build tooling
Original file line number Diff line number Diff line change 10
10
11
11
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
12
12
with :
13
- go-version : ' 1.24 '
13
+ go-version : ' 1.25 '
14
14
15
15
- name : Run unit tests
16
16
run : |
24
24
25
25
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
26
26
with :
27
- go-version : ' 1.24 '
27
+ go-version : ' 1.25 '
28
28
29
29
- name : Run linter
30
30
uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
39
39
40
40
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
41
41
with :
42
- go-version : ' 1.24 '
42
+ go-version : ' 1.25 '
43
43
44
44
- name : Ensure that files are formatted correctly
45
45
run : |
55
55
56
56
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
57
57
with :
58
- go-version : ' 1.24 '
58
+ go-version : ' 1.25 '
59
59
60
60
- name : Ensure that regsync.yaml is in sync with config.yaml
61
61
run : |
73
73
74
74
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
75
75
with :
76
- go-version : ' 1.24 '
76
+ go-version : ' 1.25 '
77
77
78
78
- name : Run bin/image-mirror-tools validate
79
79
run : |
You can’t perform that action at this time.
0 commit comments