File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030 with :
3131 persist-credentials : false
32- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
32+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
3333 with :
3434 go-version-file : go.mod
3535 if : matrix.language == 'go'
Original file line number Diff line number Diff line change 2222 - name : Checkout
2323 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 - name : Setup Go
25- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
25+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2626 with :
2727 go-version-file : ' go.mod'
2828 - name : Generate documentation
Original file line number Diff line number Diff line change 1515 - name : Checkout
1616 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 - name : Setup Go
18- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
18+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
1919 with :
2020 go-version-file : ' go.mod'
2121 - name : Lint
Original file line number Diff line number Diff line change 2727 with :
2828 ref : ${{ github.event.inputs.branch }}
2929 # Ensure that Docs are Compiled
30- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
30+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
3131 - shell : bash
3232 run : make docs
3333 - shell : bash
Original file line number Diff line number Diff line change 3131 with :
3232 ref : ${{ github.ref }}
3333 # Ensure that Docs are Compiled
34- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
34+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
3535 - shell : bash
3636 run : make docs
3737 - shell : bash
Original file line number Diff line number Diff line change 2222 run : git fetch --prune --unshallow
2323
2424 - name : Setup go
25- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
25+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2626 with :
2727 go-version-file : ' go.mod'
2828
Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 - name : Setup Go
24- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
24+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
2525 with :
2626 go-version-file : " go.mod"
2727
4646 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
4848 - name : Setup Go
49- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
49+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
5050 with :
5151 go-version-file : " go.mod"
5252
You can’t perform that action at this time.
0 commit comments