File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Checkout
27
27
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
28
- name : Setup Go
29
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
29
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
30
30
with :
31
31
go-version : ${{ matrix.go-version }}
32
32
Original file line number Diff line number Diff line change 16
16
- name : Checkout
17
17
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
18
- name : Setup Go
19
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
19
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
20
20
with :
21
21
go-version : ^1.22.x
22
22
- name : Run fuzzers
Original file line number Diff line number Diff line change 29
29
- name : Checkout
30
30
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
31
31
- name : Setup Go
32
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
32
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
33
33
with :
34
34
go-version : ${{ matrix.go-version }}
35
35
- name : Run Tests
41
41
- name : Checkout
42
42
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
43
43
- name : Setup Go
44
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
44
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
45
45
with :
46
46
go-version : ^1.22.x
47
47
- name : Run benchmarks
You can’t perform that action at this time.
0 commit comments