File tree 6 files changed +7
-21
lines changed
6 files changed +7
-21
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
with :
26
26
fetch-depth : 0
27
- - id : goversion
28
- run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29
27
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
30
28
with :
31
- go-version : ${{ steps.goversion.outputs.goversion }}
29
+ go-version-file : .go-version
32
30
- name : Run Benchmarks
33
31
run : |
34
32
BENCHSTAT_OUTPUT_FILE=result.txt make test-benchmark-compare REF=${{ inputs.benchGitRef }}
Original file line number Diff line number Diff line change 10
10
runs-on : ${{ matrix.os }}
11
11
steps :
12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
- - id : goversion
14
- run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
15
13
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
16
14
with :
17
- go-version : ${{ steps.goversion.outputs.goversion }}
15
+ go-version-file : .go-version
18
16
- run : |
19
17
make gofail-enable
20
18
make test-failpoint
Original file line number Diff line number Diff line change 24
24
runs-on : ${{ fromJson(inputs.runs-on) }}
25
25
steps :
26
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
- - id : goversion
28
- run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29
27
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
30
28
with :
31
- go-version : ${{ steps.goversion.outputs.goversion }}
29
+ go-version-file : .go-version
32
30
- name : test-robustness
33
31
run : |
34
32
set -euo pipefail
Original file line number Diff line number Diff line change 24
24
runs-on : ${{ inputs.runs-on }}
25
25
steps :
26
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
- - id : goversion
28
- run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29
27
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
30
28
with :
31
- go-version : ${{ steps.goversion.outputs.goversion }}
29
+ go-version-file : .go-version
32
30
- run : make fmt
33
31
- env :
34
32
TARGET : ${{ matrix.target }}
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
- - id : goversion
22
- run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
23
21
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
24
22
with :
25
- go-version : ${{ steps.goversion.outputs.goversion }}
23
+ go-version-file : .go-version
26
24
- run : make coverage
Original file line number Diff line number Diff line change 20
20
runs-on : windows-latest
21
21
steps :
22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
- - id : goversion
24
- run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
25
23
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
26
24
with :
27
- go-version : ${{ steps.goversion.outputs.goversion }}
25
+ go-version-file : .go-version
28
26
- run : make fmt
29
27
- env :
30
28
TARGET : ${{ matrix.target }}
49
47
runs-on : windows-latest
50
48
steps :
51
49
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
- - id : goversion
53
- run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
54
50
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
55
51
with :
56
- go-version : ${{ steps.goversion.outputs.goversion }}
52
+ go-version-file : .go-version
57
53
- run : make coverage
You can’t perform that action at this time.
0 commit comments