File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed 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
- name : golangci-lint
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
10
10
- id : goversion
11
11
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
12
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
12
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
13
13
with :
14
14
go-version : ${{ steps.goversion.outputs.goversion }}
15
15
- run : date
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- id : goversion
20
20
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
21
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
21
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
22
22
with :
23
23
go-version : ${{ steps.goversion.outputs.goversion }}
24
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- id : goversion
21
21
run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
22
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
22
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
23
23
with :
24
24
go-version : ${{ steps.goversion.outputs.goversion }}
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments