Skip to content

Commit

Permalink
Merge pull request #6 from Asterisk4Magisk/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
whalechoi authored Dec 7, 2023
2 parents 5c95a5b + df68ae8 commit b130861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "ASSET_NAME=$_NAME" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21'
check-latest: true
Expand Down

0 comments on commit b130861

Please sign in to comment.