File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,12 @@ jobs:
11
11
verify-goimports :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
+ - uses : actions/checkout@v2
15
+
14
16
- name : Set up go
15
17
uses : actions/setup-go@v5
16
18
with :
17
- go-version : ' 1.22'
18
- stable : true
19
-
20
- - uses : actions/checkout@v2
19
+ go-version-file : ' go.mod'
21
20
22
21
- name : verify-goimports
23
22
run : dev/ci/presubmits/verify-goimports
@@ -26,13 +25,12 @@ jobs:
26
25
verify-gomod :
27
26
runs-on : ubuntu-latest
28
27
steps :
28
+ - uses : actions/checkout@v2
29
+
29
30
- name : Set up go
30
31
uses : actions/setup-go@v5
31
32
with :
32
- go-version : ' 1.22'
33
- stable : true
34
-
35
- - uses : actions/checkout@v2
33
+ go-version-file : ' go.mod'
36
34
37
35
- name : verify-gomod
38
36
run : dev/ci/presubmits/verify-gomod
44
42
- uses : actions/checkout@v1
45
43
- uses : actions/setup-go@v5
46
44
with :
47
- go-version : ' 1.22 '
45
+ go-version-file : ' go.mod '
48
46
- name : Install latest version of Kind
49
47
run : |
50
48
go get sigs.k8s.io/kind
You can’t perform that action at this time.
0 commit comments