File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Set up Go
19
19
uses : actions/setup-go@v3
20
20
with :
21
- go-version : " 1.21"
21
+ go-version : " ~ 1.21.1 "
22
22
23
23
- name : Check out code into the Go module directory
24
24
uses : actions/checkout@v4
33
33
- name : Set up Go
34
34
uses : actions/setup-go@v4
35
35
with :
36
- go-version : " 1.21"
36
+ go-version : " ~ 1.21.1 "
37
37
- name : Check out code into the Go module directory
38
38
uses : actions/checkout@v4
39
39
Original file line number Diff line number Diff line change 38
38
- name : Set up Go
39
39
uses : actions/setup-go@v4
40
40
with :
41
- go-version : " 1.21"
41
+ go-version : " ~ 1.21.1 "
42
42
43
43
- name : Setup kind
44
44
env :
Original file line number Diff line number Diff line change 10
10
- name : Set up Go
11
11
uses : actions/setup-go@v3
12
12
with :
13
- go-version : " 1.21"
13
+ go-version : " ~ 1.21.1 "
14
14
15
15
- uses : actions/checkout@v4
16
16
Original file line number Diff line number Diff line change 29
29
- name : Set up Go
30
30
uses : actions/setup-go@v4
31
31
with :
32
- go-version : " 1.21"
32
+ go-version : " ~ 1.21.1 "
33
33
34
34
- name : Setup kind
35
35
env :
You can’t perform that action at this time.
0 commit comments