File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 26
26
fetch-depth : 0
27
27
- id : goversion
28
28
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
29
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
30
30
with :
31
31
go-version : ${{ steps.goversion.outputs.goversion }}
32
32
- name : Run Benchmarks
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
- id : goversion
14
14
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
15
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
15
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
16
16
with :
17
17
go-version : ${{ steps.goversion.outputs.goversion }}
18
18
- run : |
Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- id : goversion
28
28
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
29
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
30
30
with :
31
31
go-version : ${{ steps.goversion.outputs.goversion }}
32
32
- name : test-robustness
Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- id : goversion
28
28
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
29
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
30
30
with :
31
31
go-version : ${{ steps.goversion.outputs.goversion }}
32
32
- run : make fmt
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
- id : goversion
22
22
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
23
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
23
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
24
24
with :
25
25
go-version : ${{ steps.goversion.outputs.goversion }}
26
26
- run : make coverage
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- id : goversion
24
24
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
25
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
25
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
26
26
with :
27
27
go-version : ${{ steps.goversion.outputs.goversion }}
28
28
- run : make fmt
51
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
- id : goversion
53
53
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
54
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
54
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
55
55
with :
56
56
go-version : ${{ steps.goversion.outputs.goversion }}
57
57
- run : make coverage
You can’t perform that action at this time.
0 commit comments