File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/setup-go@v3
30
30
with :
31
31
go-version : " ^1.20"
32
+ cache : true
32
33
33
34
- name : Build
34
35
run : |
62
63
uses : actions/setup-go@v3
63
64
with :
64
65
go-version : " ^1.20"
66
+ cache : true
65
67
- name : Build
66
68
run : |
67
69
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
Original file line number Diff line number Diff line change 43
43
uses : actions/setup-go@v3
44
44
with :
45
45
go-version : " ^1.20"
46
+ cache : true
46
47
- name : Build
47
48
run : make build
48
49
- name : CodeQL
Original file line number Diff line number Diff line change 38
38
uses : actions/setup-go@v3
39
39
with :
40
40
go-version : " ^1.20"
41
+ cache : true
41
42
- name : Build
42
43
run : make init
43
44
- name : GPG
You can’t perform that action at this time.
0 commit comments