actions: bump setup-go to v5
Removes the warnings about Node.js 16 actions being deprecated
This commit is contained in:
parent
ab71ba78bf
commit
eb75ef6ada
|
|
@ -8,7 +8,7 @@ description: 'Install the "bashbrew" tool in GITHUB_PATH'
|
|||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: '${{ github.action_path }}/go.mod'
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue