Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katiem0 authored May 31, 2024
1 parent 309b2c2 commit 42b4927
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 @@ -27,7 +27,7 @@ runs:
using: composite
steps:
# TODO: figure out how to avoid setting up Go for non-Go extensions
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
# The default go version is managed here because actions/setup-go favors go-version over go-version-file,
# requiring us to only pass it if no other inputs are provided.
Expand Down

0 comments on commit 42b4927

Please sign in to comment.