Merge pull request #94 from gdams/patch-1

actions: bump setup-go to v5
This commit is contained in:
Tianon Gravi 2024-03-14 10:54:01 -07:00 committed by GitHub
commit 12c758028e
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: runs:
using: 'composite' using: 'composite'
steps: steps:
- uses: actions/setup-go@v3 - uses: actions/setup-go@v5
with: with:
go-version-file: '${{ github.action_path }}/go.mod' go-version-file: '${{ github.action_path }}/go.mod'
- run: | - run: |