Skip to content

Commit

Permalink
Update actions/setup-go action to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Feb 1, 2024
1 parent 7c39f8f commit 192f041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
go: [ '1.20' ]
steps:

- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: ${{ matrix.go }}
check-latest: true
Expand Down

0 comments on commit 192f041

Please sign in to comment.