File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
- name : Setup Go
50
50
uses : actions/setup-go@v4
51
51
with :
52
- go-version : ' ~1.21'
52
+ go-version : ' ~1.21.1 '
53
53
check-latest : true
54
54
55
55
- name : Generate the sources
Original file line number Diff line number Diff line change 19
19
- name : Setup Go
20
20
uses : actions/setup-go@v4
21
21
with :
22
- go-version : ' ~1.21'
22
+ go-version : ' ~1.21.1 '
23
23
check-latest : true
24
24
25
25
- name : Verify
Original file line number Diff line number Diff line change 36
36
37
37
- uses : actions/setup-go@v4
38
38
with :
39
- go-version : ' ~1.21'
39
+ go-version : ' ~1.21.1 '
40
40
check-latest : true
41
41
42
42
- name : Generate distribution sources
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
- uses : actions/setup-go@v4
106
106
with :
107
- go-version : ' ~1.21'
107
+ go-version : ' ~1.21.1 '
108
108
check-latest : true
109
109
110
110
- uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments