actions: bump setup-go to v5

Removes the warnings about Node.js 16 actions being deprecated
This commit is contained in:
George Adams 2024-03-13 16:01:24 +00:00 committed by GitHub
parent ab71ba78bf
commit eb75ef6ada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: |