Skip to content

Commit

Permalink
update actions/setup-go to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Apr 30, 2024
1 parent fd4075c commit 7d273de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/pre-test/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
runs:
using: composite
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '>=1.22'

0 comments on commit 7d273de

Please sign in to comment.