File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- name : Checkout code
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : Install Go
27
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
27
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
28
28
with :
29
29
go-version : ${{ matrix.go-version }}
30
30
- name : Build Test v3
Original file line number Diff line number Diff line change 18
18
- name : Checkout repository
19
19
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
- name : Setup go
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-file : go.mod
24
24
- name : Setup golangci-lint
Original file line number Diff line number Diff line change 25
25
- name : Checkout code
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Install Go
28
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
28
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
29
29
with :
30
30
go-version : ${{ matrix.go-version }}
31
31
- name : Test
You can’t perform that action at this time.
0 commit comments