File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 50
50
- name : Set up Go Version
51
51
uses : actions/setup-go@v2
52
52
with :
53
- go-version : ' 1.19.3 '
53
+ go-version : ' 1.20.x '
54
54
55
55
- name : Get dependencies
56
56
run : |
98
98
- name : Set up Go Version
99
99
uses : actions/setup-go@v2
100
100
with :
101
- go-version : ' 1.19.3 '
101
+ go-version : ' 1.20.x '
102
102
- name : vet
103
103
run : |
104
104
make vet
Original file line number Diff line number Diff line change 76
76
- name : Setup Go
77
77
uses : actions/setup-go@v4
78
78
with :
79
- go-version : ' 1.19 .x'
79
+ go-version : ' 1.20 .x'
80
80
- uses : jitterbit/get-changed-files@v1
81
81
id : files
82
82
with :
98
98
- name : Setup Go
99
99
uses : actions/setup-go@v4
100
100
with :
101
- go-version : ' 1.19 .x'
101
+ go-version : ' 1.20 .x'
102
102
- uses : actions/checkout@v3
103
103
with :
104
104
fetch-depth : 2
Original file line number Diff line number Diff line change 20
20
- name : Setup Go
21
21
uses : actions/setup-go@v4
22
22
with :
23
- go-version : ' 1.19 .x'
23
+ go-version : ' 1.20 .x'
24
24
- uses : actions/checkout@v3
25
25
with :
26
26
fetch-depth : 2
Original file line number Diff line number Diff line change 1
- 1.19.3
1
+ 1.20.11
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ gh version
48
48
cd $repo
49
49
50
50
echo -e " \n$ git log -n 2"
51
- git log -n 2
51
+ # git log -n 2
52
52
prNum=${pr_id}
53
53
# find file
54
54
changeFiles=$( gh pr diff ${pr_id} --name-only)
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ gh version
39
39
40
40
cd $repo
41
41
echo -e " \n$ git log -n 2"
42
- git log -n 2
42
+ # git log -n 2
43
43
prNum=${pr_id}
44
44
# if [[ $(gh pr diff ${prNum} --name-only | grep "^alicloud/") -lt 1 ]]; then
45
45
# echo -e "\033[33m[WARNING]\033[0m the pr ${prNum} does not change provider code and there is no need to test."
You can’t perform that action at this time.
0 commit comments