Skip to content

Commit

Permalink
Merge pull request #94 from gdams/patch-1
Browse files Browse the repository at this point in the history
actions: bump setup-go to v5
  • Loading branch information
tianon authored Mar 14, 2024
2 parents ab71ba7 + eb75ef6 commit 12c7580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 12c7580

Please sign in to comment.