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 21
21
runs-on : ${{ matrix.platform }}
22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
24
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0 https://github.com/actions/setup-go/releases/tag/v5.4 .0
24
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0 https://github.com/actions/setup-go/releases/tag/v5.5 .0
25
25
with :
26
26
go-version : ${{ matrix.go-version }}
27
27
- name : go-test
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
19
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0 https://github.com/actions/setup-go/releases/tag/v5.4 .0
19
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0 https://github.com/actions/setup-go/releases/tag/v5.5 .0
20
20
with :
21
21
go-version : 1.23.x
22
22
- name : golangci-lint
Original file line number Diff line number Diff line change 91
91
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
92
92
with :
93
93
fetch-depth : ' 0'
94
- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0 https://github.com/actions/setup-go/releases/tag/v5.4 .0
94
+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0 https://github.com/actions/setup-go/releases/tag/v5.5 .0
95
95
with :
96
96
go-version : 1.23.x
97
97
- name : Build binary (Windows)
You can’t perform that action at this time.
0 commit comments