Commit 1b4561c 1 parent bbc3b9c commit 1b4561c Copy full SHA for 1b4561c
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v3
15
15
- name : Setup go
16
- uses : actions/setup-go@v1
16
+ uses : actions/setup-go@v3
17
17
with :
18
18
go-version : ' ^1.16.0'
19
19
- run : make lint
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
- name : Setup go
27
- uses : actions/setup-go@v1
27
+ uses : actions/setup-go@v3
28
28
with :
29
29
go-version : ' ^1.16.0'
30
30
- run : make test
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
- name : Setup go
41
- uses : actions/setup-go@v1
41
+ uses : actions/setup-go@v3
42
42
with :
43
43
go-version : ' ^1.16.0'
44
44
- run : make coverage
@@ -52,15 +52,15 @@ jobs:
52
52
if : ${{ github.ref == 'refs/heads/main' }}
53
53
steps :
54
54
- name : checkout
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v3
56
56
- name : Setup go
57
- uses : actions/setup-go@v1
57
+ uses : actions/setup-go@v3
58
58
with :
59
59
go-version : ' ^1.16.0'
60
60
- name : Run benchmark
61
61
run : make bench | tee bench-output.txt
62
62
- name : Download previous benchmark data
63
- uses : actions/cache@v1
63
+ uses : actions/cache@v3
64
64
with :
65
65
path : ./cache
66
66
key : ${{ runner.os }}-benchmark
You can’t perform that action at this time.
0 commit comments