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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout/releases/tag/v5.0.0
24
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0 https://github.com/actions/setup-go/releases/tag/v5.5 .0
24
+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go/releases/tag/v6.0 .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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout/releases/tag/v5.0.0
19
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0 https://github.com/actions/setup-go/releases/tag/v5.5 .0
19
+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go/releases/tag/v6.0 .0
20
20
with :
21
21
go-version : 1.24.x
22
22
- name : golangci-lint
Original file line number Diff line number Diff line change 60
60
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 https://github.com/actions/checkout/releases/tag/v5.0.0
61
61
with :
62
62
fetch-depth : ' 0'
63
- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0 https://github.com/actions/setup-go/releases/tag/v5.5 .0
63
+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go/releases/tag/v6.0 .0
64
64
with :
65
65
go-version : 1.24.x
66
66
- name : Build binary
You can’t perform that action at this time.
0 commit comments